Color Hex Logo

#00135f Color Hex

#00135F
(0,19,95)
0 Favorites   0 Comments

Color spaces of #00135f

RGB 01995
HSL0.631.000.19
HSV228°100°37°
CMYK 1.000.800.00   0.63
XYZ2.29841.292010.9547
Yxy1.29200.15800.0888
Hunter Lab11.366616.2022-49.1847
CIE-Lab11.219427.2630-46.0901

#00135f color RGB value is (0,19,95).

#00135f hex color red value is 0, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #00135f hue: 0.63 , saturation: 1.00 and the lightness value of 00135f is 0.19.

The process color (four color CMYK) of #00135f color hex is 1.00, 0.80, 0.00, 0.63. Web safe color of #00135f is #000066. Color #00135f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 01011111
Octal 0 23 137
Decimal 0 19 95
Hex 0 13 5F

RGB Percentages of Color #00135f

%0.00
%16.67
%83.33

CMYK Percentages of Color #00135f

%100
%80
%0
%63

Triadic Colors of #00135f

#00135f #5f0013 #135f00

Analogous Colors of #00135f

#00135f #1c005f #00435f

Monochromatic Colors of #00135f

#00135f

Complementary Color

#00135f #5f4c00

#00135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00135f Color CSS Codes

.mybgcolor {background-color:#00135f; } 
.myforecolor {color:#00135f; }
.mybordercolor {border:3px solid #00135f; }

#00135f Text Font Color

<p style="color:#00135f">Text here</p>

This sample text font color is #00135f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00135f Background Color

<div style="background-color:#00135f">
Div content here</div>

This div background color is #00135f


#00135f Border Color

<div style="border:3px solid #00135f">
Div here</div>

This div border color is #00135f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,19,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00135f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00135f;
  -webkit-box-shadow: 1px 1px 3px 2px #00135f;
  box-shadow:         1px 1px 3px 2px #00135f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,19,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00135f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00135f;
  -webkit-box-shadow: 1px 1px 3px 2px #00135f;
  box-shadow:         1px 1px 3px 2px #00135f;">
Div content here</div>

This div box has shadow with color #00135f


Comments

No comments written yet.

Please login to write comment.