Color Hex Logo

#0b42dc Color Hex

#0B42DC
(11,66,220)
0 Favorites   0 Comments

Color spaces of #0b42dc

RGB 1166220
HSL0.620.900.45
HSV224°95°86°
CMYK 0.950.700.00   0.14
XYZ15.00459.134968.6825
Yxy9.13490.16160.0984
Hunter Lab30.224035.7231-113.5767
CIE-Lab36.242745.0442-81.4505

#0b42dc color RGB value is (11,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01000010 11011100
Octal 13 102 334
Decimal 11 66 220
Hex B 42 DC

RGB Percentages of Color #0b42dc

%3.70
%22.22
%74.07

CMYK Percentages of Color #0b42dc

%95
%70
%0
%14

Triadic Colors of #0b42dc

#0b42dc #dc0b42 #42dc0b

Analogous Colors of #0b42dc

#0b42dc #3d0bdc #0babdc

Monochromatic Colors of #0b42dc

#0b42dc

Complementary Color

#0b42dc #dca50b

#0b42dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b42dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b42dc Color CSS Codes

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

#0b42dc Text Font Color

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

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


#0b42dc Background Color

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

This div background color is #0b42dc


#0b42dc Border Color

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

This div border color is #0b42dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,66,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 #0b42dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b42dc


Comments

No comments written yet.

Please login to write comment.