#0B4B73

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

Shades of Dark Cerulean #0B4B73

Tints of Dark Cerulean #0B4B73

Color information

#0B4B73 (or 0x0B4B73) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4B and 73. RGB value is (11,75,115). Sum of RGB (Red+Green+Blue) = 11+75+115=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B4B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4B73 is #F4B48C. Grayscale: #3C3C3C. Windows color (decimal): -16037005 or 7555851. OLE color: 7555851.

HSL color Cylindrical-coordinate representation of color #0B4B73: hue angle of 203.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4B73 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1175115-
CMYK0.900.3500.55
HSL203.08º82.54%24.71%-
HSV(B)203.08º90.43%45.1%-
XYZ5.756.3417.14-
YUV60.42158.892.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.47%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=5.47%
G=37.31%
B=57.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11751150.900.3500.55203.0882.5424.71
HexB4B735A23037cb5319
Octal131131631324306731312331
Binary1011100101111100111011010100011011011111001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,75,115); }

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

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

 a { background-color: rgb(11,75,115); }

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

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

 span { border-color: rgb(11,75,115); }

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