#0B567B

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

Shades of Dark Cerulean #0B567B

Tints of Dark Cerulean #0B567B

Color information

#0B567B (or 0x0B567B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 56 and 7B. RGB value is (11,86,123). Sum of RGB (Red+Green+Blue) = 11+86+123=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B567B is #F4A984. Grayscale: #434343. Windows color (decimal): -16034181 or 8082955. OLE color: 8082955.

HSL color Cylindrical-coordinate representation of color #0B567B: hue angle of 199.82º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B567B is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1186123-
CMYK0.910.3000.52
HSL199.82º83.58%26.27%-
HSV(B)199.82º91.06%48.24%-
XYZ7.048.1619.94-
YUV67.79159.1587.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=5%
G=39.09%
B=55.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11861230.910.3000.52199.8283.5826.27
HexB567B5B1E034c8541a
Octal131261731333606431012432
Binary101110101101111011101101111110011010011001000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,86,123); }

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

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

 a { background-color: rgb(11,86,123); }

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

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

 span { border-color: rgb(11,86,123); }

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