#0B4E8C

Color #0B4E8C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0B4E8C

Tints of Dark Cerulean #0B4E8C

Color information

#0B4E8C (or 0x0B4E8C) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4E and 8C. RGB value is (11,78,140). Sum of RGB (Red+Green+Blue) = 11+78+140=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B4E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B4E8C is #F4B173. Grayscale: #404040. Windows color (decimal): -16036212 or 9195019. OLE color: 9195019.

HSL color Cylindrical-coordinate representation of color #0B4E8C: hue angle of 208.84º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4E8C is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1178140-
CMYK0.920.4400.45
HSL208.84º85.43%29.61%-
HSV(B)208.84º92.14%54.9%-
XYZ7.67.4125.84-
YUV65.04170.389.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 140 (55.08% from 255) = 61.14%
R=4.80%
G=34.06%
B=61.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11781400.920.4400.45208.8485.4329.61
HexB4E8C5C2C02Dd1551e
Octal131162141345405532112536
Binary10111001110100011001011100101100010110111010001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B4E8C; }

 p { color: rgb(11,78,140); }

 H1.HeaderClassName
 {
   color: #0B4E8C;
 }
 .AnyTagClassName
 {
   color: #0B4E8C;
 }
</style>
background-color css

<style>
 a { background-color: #0B4E8C; }

 a { background-color: rgb(11,78,140); }

 div.DivClassName
 {
   background-color: #0B4E8C;
 }
 .BgClassName
 {
   background-color: #0B4E8C;
 }
</style>
border-color css

<style>
 span { border-color: #0B4E8C; }

 span { border-color: rgb(11,78,140); }

 td.TdClassName
 {
   border-color: #0B4E8C;
 }
 .TagClassName
 {
   border-color: #0B4E8C;
 }
</style>