Color Hex Logo

#0b56ca Color Hex

#0B56CA
(11,86,202)
0 Favorites   0 Comments

Color spaces of #0b56ca

RGB 1186202
HSL0.600.900.42
HSV216°95°79°
CMYK 0.950.570.00   0.21
XYZ14.126510.991057.2540
Yxy10.99100.17150.1334
Hunter Lab33.152718.0424-79.1858
CIE-Lab39.565325.3456-65.6256

#0b56ca color RGB value is (11,86,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010110 11001010
Octal 13 126 312
Decimal 11 86 202
Hex B 56 CA

RGB Percentages of Color #0b56ca

%3.68
%28.76
%67.56

CMYK Percentages of Color #0b56ca

%95
%57
%0
%21

Triadic Colors of #0b56ca

#0b56ca #ca0b56 #56ca0b

Analogous Colors of #0b56ca

#0b56ca #200bca #0bb6ca

Monochromatic Colors of #0b56ca

#0b56ca

Complementary Color

#0b56ca #ca7f0b

#0b56ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b56ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b56ca Color CSS Codes

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

#0b56ca Text Font Color

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

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


#0b56ca Background Color

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

This div background color is #0b56ca


#0b56ca Border Color

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

This div border color is #0b56ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b56ca


Comments

No comments written yet.

Please login to write comment.