#0B5275

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

Shades of Dark Cerulean #0B5275

Tints of Dark Cerulean #0B5275

Color information

#0B5275 (or 0x0B5275) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 52 and 75. RGB value is (11,82,117). Sum of RGB (Red+Green+Blue) = 11+82+117=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B5275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5275 is #F4AD8A. Grayscale: #404040. Windows color (decimal): -16035211 or 7688715. OLE color: 7688715.

HSL color Cylindrical-coordinate representation of color #0B5275: hue angle of 199.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5275 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1182117-
CMYK0.910.3000.54
HSL199.81º82.81%25.1%-
HSV(B)199.81º90.6%45.88%-
XYZ6.377.3917.92-
YUV64.76157.4889.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.24%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=5.24%
G=39.05%
B=55.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821170.910.3000.54199.8182.8125.1
HexB52755B1E036c85319
Octal131221651333606631012331
Binary101110100101110101101101111110011011011001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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