#0B4E73

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

Shades of Dark Cerulean #0B4E73

Tints of Dark Cerulean #0B4E73

Color information

#0B4E73 (or 0x0B4E73) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4E and 73. RGB value is (11,78,115). Sum of RGB (Red+Green+Blue) = 11+78+115=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B4E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4E73 is #F4B18C. Grayscale: #3D3D3D. Windows color (decimal): -16036237 or 7556619. OLE color: 7556619.

HSL color Cylindrical-coordinate representation of color #0B4E73: hue angle of 201.35º 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 #0B4E73 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1178115-
CMYK0.900.3200.55
HSL201.35º82.54%24.71%-
HSV(B)201.35º90.43%45.1%-
XYZ5.966.7617.21-
YUV62.18157.891.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=5.39%
G=38.24%
B=56.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11781150.900.3200.55201.3582.5424.71
HexB4E735A20037c95319
Octal131161631324006731112331
Binary1011100111011100111011010100000011011111001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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