Color Hex Logo

#0b0c18 Color Hex

#0B0C18
(11,12,24)
0 Favorites   0 Comments

Color spaces of #0b0c18

RGB 111224
HSL0.650.370.07
HSV235°54°
CMYK 0.540.500.00   0.91
XYZ0.43440.40000.9185
Yxy0.40000.24780.2282
Hunter Lab6.32461.1922-4.1834
CIE-Lab3.61322.2207-6.9081

#0b0c18 color RGB value is (11,12,24).

#0b0c18 hex color red value is 11, green value is 12 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #0b0c18 hue: 0.65 , saturation: 0.37 and the lightness value of 0b0c18 is 0.07.

The process color (four color CMYK) of #0b0c18 color hex is 0.54, 0.50, 0.00, 0.91. Web safe color of #0b0c18 is #000000. Color #0b0c18 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00001100 00011000
Octal 13 14 30
Decimal 11 12 24
Hex B C 18

RGB Percentages of Color #0b0c18

%23.40
%25.53
%51.06

CMYK Percentages of Color #0b0c18

%54
%50
%0
%91

Triadic Colors of #0b0c18

#0b0c18 #180b0c #0c180b

Analogous Colors of #0b0c18

#0b0c18 #110b18 #0b1318

Monochromatic Colors of #0b0c18

#0b0c18

Complementary Color

#0b0c18 #18170b

#0b0c18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b0c18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b0c18 Color CSS Codes

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

#0b0c18 Text Font Color

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

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


#0b0c18 Background Color

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

This div background color is #0b0c18


#0b0c18 Border Color

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

This div border color is #0b0c18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b0c18


Comments

No comments written yet.

Please login to write comment.