#0B5173

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

Shades of Dark Cerulean #0B5173

Tints of Dark Cerulean #0B5173

Color information

#0B5173 (or 0x0B5173) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 51 and 73. RGB value is (11,81,115). Sum of RGB (Red+Green+Blue) = 11+81+115=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5173 is #F4AE8C. Grayscale: #3F3F3F. Windows color (decimal): -16035469 or 7557387. OLE color: 7557387.

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

Color convert

RGB1181115-
CMYK0.900.3000.55
HSL199.62º82.54%24.71%-
HSV(B)199.62º90.43%45.1%-
XYZ6.177.1917.28-
YUV63.95156.8190.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.31%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=5.31%
G=39.13%
B=55.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11811150.900.3000.55199.6282.5424.71
HexB51735A1E037c85319
Octal131211631323606731012331
Binary101110100011110011101101011110011011111001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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