#0B4C92

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

Shades of Dark Cerulean #0B4C92

Tints of Dark Cerulean #0B4C92

Color information

#0B4C92 (or 0x0B4C92) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4C and 92. RGB value is (11,76,146). Sum of RGB (Red+Green+Blue) = 11+76+146=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B4C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4C92 is #F4B36D. Grayscale: #404040. Windows color (decimal): -16036718 or 9587723. OLE color: 9587723.

HSL color Cylindrical-coordinate representation of color #0B4C92: hue angle of 211.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4C92 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1176146-
CMYK0.920.4800.43
HSL211.11º85.99%30.78%-
HSV(B)211.11º92.47%57.25%-
XYZ7.917.3228.19-
YUV64.54173.9789.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.72%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=4.72%
G=32.62%
B=62.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11761460.920.4800.43211.1185.9930.78
HexB4C925C3002Bd3561f
Octal131142221346005332312637
Binary10111001100100100101011100110000010101111010011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,76,146); }

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

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

 a { background-color: rgb(11,76,146); }

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

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

 span { border-color: rgb(11,76,146); }

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