#0B5273

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

Shades of Dark Cerulean #0B5273

Tints of Dark Cerulean #0B5273

Color information

#0B5273 (or 0x0B5273) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 52 and 73. RGB value is (11,82,115). Sum of RGB (Red+Green+Blue) = 11+82+115=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5273 is #F4AD8C. Grayscale: #404040. Windows color (decimal): -16035213 or 7557643. OLE color: 7557643.

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

Color convert

RGB1182115-
CMYK0.900.2900.55
HSL199.04º82.54%24.71%-
HSV(B)199.04º90.43%45.1%-
XYZ6.257.3417.31-
YUV64.53156.4889.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 115 (45.31% from 255) = 55.29%
R=5.29%
G=39.42%
B=55.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11821150.900.2900.55199.0482.5424.71
HexB52735A1D037c75319
Octal131221631323506730712331
Binary101110100101110011101101011101011011111000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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