#0B5372

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

Shades of Dark Cerulean #0B5372

Tints of Dark Cerulean #0B5372

Color information

#0B5372 (or 0x0B5372) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 53 and 72. RGB value is (11,83,114). Sum of RGB (Red+Green+Blue) = 11+83+114=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B5372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5372 is #F4AC8D. Grayscale: #404040. Windows color (decimal): -16034958 or 7492363. OLE color: 7492363.

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

Color convert

RGB1183114-
CMYK0.900.2700.55
HSL198.06º82.4%24.51%-
HSV(B)198.06º90.35%44.71%-
XYZ6.277.4717.03-
YUV65.01155.6589.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=5.29%
G=39.90%
B=54.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11831140.900.2700.55198.0682.424.51
HexB53725A1B037c65219
Octal131231621323306730612231
Binary101110100111110010101101011011011011111000110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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