#0B4A6C

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

Shades of Dark Cerulean #0B4A6C

Tints of Dark Cerulean #0B4A6C

Color information

#0B4A6C (or 0x0B4A6C) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4A and 6C. RGB value is (11,74,108). Sum of RGB (Red+Green+Blue) = 11+74+108=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B4A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4A6C is #F4B593. Grayscale: #3A3A3A. Windows color (decimal): -16037268 or 7096843. OLE color: 7096843.

HSL color Cylindrical-coordinate representation of color #0B4A6C: hue angle of 201.03º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4A6C is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1174108-
CMYK0.900.3100.58
HSL201.03º81.51%23.33%-
HSV(B)201.03º89.81%42.35%-
XYZ5.296.0515.08-
YUV59.04155.6393.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=5.70%
G=38.34%
B=55.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11741080.900.3100.58201.0381.5123.33
HexB4A6C5A1F03Ac95217
Octal131121541323707231112227
Binary101110010101101100101101011111011101011001001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,74,108); }

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

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

 a { background-color: rgb(11,74,108); }

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

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

 span { border-color: rgb(11,74,108); }

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