#0b568d

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

Shades of Dark Cerulean #0B568D

Tints of Dark Cerulean #0B568D

Color information

#0B568D (or 0x0B568D) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 56 and 8D. RGB value is (11,86,141). Sum of RGB (Red+Green+Blue) = 11+86+141=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B568D is #F4A972. Grayscale: #454545. Windows color (decimal): -16034163 or 9262603. OLE color: 9262603.

HSL color Cylindrical-coordinate representation of color #0B568D: hue angle of 205.38º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B568D is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1186141-
CMYK0.920.3900.45
HSL205.38º85.53%29.8%-
HSV(B)205.38º92.2%55.29%-
XYZ8.278.6526.43-
YUV69.84168.1586.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.62%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 141 (55.47% from 255) = 59.24%
R=4.62%
G=36.13%
B=59.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11861410.920.3900.45205.3885.5329.8
HexB568D5C2702Dcd561e
Octal131262151344705531512636
Binary10111010110100011011011100100111010110111001101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b568d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,86,141); }

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

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

 a { background-color: rgb(11,86,141); }

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

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

 span { border-color: rgb(11,86,141); }

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