#0B588D

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

Shades of Dark Cerulean #0B588D

Tints of Dark Cerulean #0B588D

Color information

#0B588D (or 0x0B588D) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 58 and 8D. RGB value is (11,88,141). Sum of RGB (Red+Green+Blue) = 11+88+141=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B588D is #F4A772. Grayscale: #464646. Windows color (decimal): -16033651 or 9263115. OLE color: 9263115.

HSL color Cylindrical-coordinate representation of color #0B588D: hue angle of 204.46º 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 #0B588D is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1188141-
CMYK0.920.3800.45
HSL204.46º85.53%29.8%-
HSV(B)204.46º92.2%55.29%-
XYZ8.448.9726.49-
YUV71.02167.4985.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 141 (55.47% from 255) = 58.75%
R=4.58%
G=36.67%
B=58.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11881410.920.3800.45204.4685.5329.8
HexB588D5C2602Dcc561e
Octal131302151344605531412636
Binary10111011000100011011011100100110010110111001100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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