Color Hex Logo

#0018cb Color Hex

#0018CB
(0,24,203)
0 Favorites   0 Comments

Color spaces of #0018cb

RGB 024203
HSL0.651.000.40
HSV233°100°80°
CMYK 1.000.880.00   0.20
XYZ11.10614.965156.8729
Yxy4.96510.15230.0681
Hunter Lab22.282549.9740-135.7315
CIE-Lab26.635160.6711-87.5601

#0018cb color RGB value is (0,24,203).

#0018cb hex color red value is 0, green value is 24 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0018cb hue: 0.65 , saturation: 1.00 and the lightness value of 0018cb is 0.40.

The process color (four color CMYK) of #0018cb color hex is 1.00, 0.88, 0.00, 0.20. Web safe color of #0018cb is #0000cc. Color #0018cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 11001011
Octal 0 30 313
Decimal 0 24 203
Hex 0 18 CB

RGB Percentages of Color #0018cb

%0.00
%10.57
%89.43

CMYK Percentages of Color #0018cb

%100
%88
%0
%20

Triadic Colors of #0018cb

#0018cb #cb0018 #18cb00

Analogous Colors of #0018cb

#0018cb #4d00cb #007ecb

Monochromatic Colors of #0018cb

#0018cb

Complementary Color

#0018cb #cbb300

#0018cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0018cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0018cb Color CSS Codes

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

#0018cb Text Font Color

<p style="color:#0018cb">Text here</p>

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


#0018cb Background Color

<div style="background-color:#0018cb">
Div content here</div>

This div background color is #0018cb


#0018cb Border Color

<div style="border:3px solid #0018cb">
Div here</div>

This div border color is #0018cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0018cb


Comments

No comments written yet.

Please login to write comment.