#0B5272

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

Shades of Dark Cerulean #0B5272

Tints of Dark Cerulean #0B5272

Color information

#0B5272 (or 0x0B5272) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 52 and 72. RGB value is (11,82,114). Sum of RGB (Red+Green+Blue) = 11+82+114=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B5272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5272 is #F4AD8D. Grayscale: #404040. Windows color (decimal): -16035214 or 7492107. OLE color: 7492107.

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

Color convert

RGB1182114-
CMYK0.900.2800.55
HSL198.64º82.4%24.51%-
HSV(B)198.64º90.35%44.71%-
XYZ6.197.3217.01-
YUV64.42155.9889.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.31%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=5.31%
G=39.61%
B=55.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11821140.900.2800.55198.6482.424.51
HexB52725A1C037c75219
Octal131221621323406730712231
Binary101110100101110010101101011100011011111000111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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