#0B4C93

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

Shades of Dark Cerulean #0B4C93

Tints of Dark Cerulean #0B4C93

Color information

#0B4C93 (or 0x0B4C93) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4C and 93. RGB value is (11,76,147). Sum of RGB (Red+Green+Blue) = 11+76+147=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B4C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4C93 is #F4B36C. Grayscale: #404040. Windows color (decimal): -16036717 or 9653259. OLE color: 9653259.

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

Color convert

RGB1176147-
CMYK0.930.4800.42
HSL211.32º86.08%30.98%-
HSV(B)211.32º92.52%57.65%-
XYZ7.997.3528.6-
YUV64.66174.4789.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.70%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 147 (57.81% from 255) = 62.82%
R=4.70%
G=32.48%
B=62.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11761470.930.4800.42211.3286.0830.98
HexB4C935D3002Ad3561f
Octal131142231356005232312637
Binary10111001100100100111011101110000010101011010011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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