#0B557B

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

Shades of Dark Cerulean #0B557B

Tints of Dark Cerulean #0B557B

Color information

#0B557B (or 0x0B557B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 55 and 7B. RGB value is (11,85,123). Sum of RGB (Red+Green+Blue) = 11+85+123=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B557B is #F4AA84. Grayscale: #424242. Windows color (decimal): -16034437 or 8082699. OLE color: 8082699.

HSL color Cylindrical-coordinate representation of color #0B557B: hue angle of 200.36º 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 #0B557B is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1185123-
CMYK0.910.3100.52
HSL200.36º83.58%26.27%-
HSV(B)200.36º91.06%48.24%-
XYZ6.96819.92-
YUV67.21159.4887.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=5.02%
G=38.81%
B=56.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11851230.910.3100.52200.3683.5826.27
HexB557B5B1F034c8541a
Octal131251731333706431012432
Binary101110101011111011101101111111011010011001000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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