#0B5795

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

Shades of Dark Cerulean #0B5795

Tints of Dark Cerulean #0B5795

Color information

#0B5795 (or 0x0B5795) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 57 and 95. RGB value is (11,87,149). Sum of RGB (Red+Green+Blue) = 11+87+149=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B5795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5795 is #F4A86A. Grayscale: #474747. Windows color (decimal): -16033899 or 9787147. OLE color: 9787147.

HSL color Cylindrical-coordinate representation of color #0B5795: hue angle of 206.96º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5795 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1187149-
CMYK0.930.4200.42
HSL206.96º86.25%31.37%-
HSV(B)206.96º92.62%58.43%-
XYZ8.979.0629.71-
YUV71.34171.8284.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.45%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=4.45%
G=35.22%
B=60.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11871490.930.4200.42206.9686.2531.37
HexB57955D2A02Acf561f
Octal131272251355205231712637
Binary10111010111100101011011101101010010101011001111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,87,149); }

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

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

 a { background-color: rgb(11,87,149); }

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

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

 span { border-color: rgb(11,87,149); }

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