Color Hex Logo

#0b4acc Color Hex

#0B4ACC
(11,74,204)
0 Favorites   0 Comments

Color spaces of #0b4acc

RGB 1174204
HSL0.610.900.42
HSV220°95°80°
CMYK 0.950.640.00   0.20
XYZ13.48599.328358.2165
Yxy9.32830.16640.1151
Hunter Lab30.542325.3675-91.6329
CIE-Lab36.608934.0235-71.6225

#0b4acc color RGB value is (11,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01001010 11001100
Octal 13 112 314
Decimal 11 74 204
Hex B 4A CC

RGB Percentages of Color #0b4acc

%3.81
%25.61
%70.59

CMYK Percentages of Color #0b4acc

%95
%64
%0
%20

Triadic Colors of #0b4acc

#0b4acc #cc0b4a #4acc0b

Analogous Colors of #0b4acc

#0b4acc #2c0bcc #0babcc

Monochromatic Colors of #0b4acc

#0b4acc

Complementary Color

#0b4acc #cc8d0b

#0b4acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b4acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b4acc Color CSS Codes

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

#0b4acc Text Font Color

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

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


#0b4acc Background Color

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

This div background color is #0b4acc


#0b4acc Border Color

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

This div border color is #0b4acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b4acc


Comments

No comments written yet.

Please login to write comment.