Color Hex Logo

#0b4dca Color Hex

#0B4DCA
(11,77,202)
0 Favorites   0 Comments

Color spaces of #0b4dca

RGB 1177202
HSL0.610.900.42
HSV219°95°79°
CMYK 0.950.620.00   0.21
XYZ13.45269.643257.0294
Yxy9.64320.16790.1204
Hunter Lab31.053522.9839-87.1480
CIE-Lab37.194331.2852-69.5022

#0b4dca color RGB value is (11,77,202).

#0b4dca hex color red value is 11, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0b4dca hue: 0.61 , saturation: 0.90 and the lightness value of 0b4dca is 0.42.

The process color (four color CMYK) of #0b4dca color hex is 0.95, 0.62, 0.00, 0.21. Web safe color of #0b4dca is #0066cc. Color #0b4dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01001101 11001010
Octal 13 115 312
Decimal 11 77 202
Hex B 4D CA

RGB Percentages of Color #0b4dca

%3.79
%26.55
%69.66

CMYK Percentages of Color #0b4dca

%95
%62
%0
%21

Triadic Colors of #0b4dca

#0b4dca #ca0b4d #4dca0b

Analogous Colors of #0b4dca

#0b4dca #290bca #0badca

Monochromatic Colors of #0b4dca

#0b4dca

Complementary Color

#0b4dca #ca880b

#0b4dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b4dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b4dca Color CSS Codes

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

#0b4dca Text Font Color

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

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


#0b4dca Background Color

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

This div background color is #0b4dca


#0b4dca Border Color

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

This div border color is #0b4dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b4dca


Comments

No comments written yet.

Please login to write comment.