Color Hex Logo

#0b18dc Color Hex

#0B18DC
(11,24,220)
0 Favorites   0 Comments

Color spaces of #0b18dc

RGB 1124220
HSL0.660.900.45
HSV236°95°86°
CMYK 0.950.890.00   0.14
XYZ13.38295.891768.1420
Yxy5.89170.15310.0674
Hunter Lab24.272855.9391-149.4560
CIE-Lab29.137665.5616-93.2496

#0b18dc color RGB value is (11,24,220).

#0b18dc hex color red value is 11, green value is 24 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0b18dc hue: 0.66 , saturation: 0.90 and the lightness value of 0b18dc is 0.45.

The process color (four color CMYK) of #0b18dc color hex is 0.95, 0.89, 0.00, 0.14. Web safe color of #0b18dc is #0000cc. Color #0b18dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00011000 11011100
Octal 13 30 334
Decimal 11 24 220
Hex B 18 DC

RGB Percentages of Color #0b18dc

%4.31
%9.41
%86.27

CMYK Percentages of Color #0b18dc

%95
%89
%0
%14

Triadic Colors of #0b18dc

#0b18dc #dc0b18 #18dc0b

Analogous Colors of #0b18dc

#0b18dc #670bdc #0b81dc

Monochromatic Colors of #0b18dc

#0b18dc

Complementary Color

#0b18dc #dccf0b

#0b18dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b18dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b18dc Color CSS Codes

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

#0b18dc Text Font Color

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

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


#0b18dc Background Color

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

This div background color is #0b18dc


#0b18dc Border Color

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

This div border color is #0b18dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b18dc


Comments

No comments written yet.

Please login to write comment.