Color Hex Logo

#0b133f Color Hex

#0B133F
(11,19,63)
0 Favorites   0 Comments

Color spaces of #0b133f

RGB 111963
HSL0.640.700.15
HSV231°83°25°
CMYK 0.830.700.00   0.75
XYZ1.26810.89584.8087
Yxy0.89580.18190.1285
Hunter Lab9.46477.3527-23.4981
CIE-Lab8.091414.7461-29.1577

#0b133f color RGB value is (11,19,63).

#0b133f hex color red value is 11, green value is 19 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #0b133f hue: 0.64 , saturation: 0.70 and the lightness value of 0b133f is 0.15.

The process color (four color CMYK) of #0b133f color hex is 0.83, 0.70, 0.00, 0.75. Web safe color of #0b133f is #000033. Color #0b133f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010011 00111111
Octal 13 23 77
Decimal 11 19 63
Hex B 13 3F

RGB Percentages of Color #0b133f

%11.83
%20.43
%67.74

CMYK Percentages of Color #0b133f

%83
%70
%0
%75

Triadic Colors of #0b133f

#0b133f #3f0b13 #133f0b

Analogous Colors of #0b133f

#0b133f #1d0b3f #0b2d3f

Monochromatic Colors of #0b133f

#0b133f

Complementary Color

#0b133f #3f370b

#0b133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b133f Color CSS Codes

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

#0b133f Text Font Color

<p style="color:#0b133f">Text here</p>

This sample text font color is #0b133f
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.


#0b133f Background Color

<div style="background-color:#0b133f">
Div content here</div>

This div background color is #0b133f


#0b133f Border Color

<div style="border:3px solid #0b133f">
Div here</div>

This div border color is #0b133f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b133f


Comments

No comments written yet.

Please login to write comment.