#0D589C

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

Shades of Cobalt #0D589C

Tints of Cobalt #0D589C

Color information

#0D589C (or 0x0D589C) is unknown color: approx Cobalt. HEX triplet: 0D, 58 and 9C. RGB value is (13,88,156). Sum of RGB (Red+Green+Blue) = 13+88+156=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D589C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D589C is #F2A763. Grayscale: #484848. Windows color (decimal): -15902564 or 10246157. OLE color: 10246157.

HSL color Cylindrical-coordinate representation of color #0D589C: hue angle of 208.53º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D589C is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1388156-
CMYK0.920.4400.39
HSL208.53º84.62%33.14%-
HSV(B)208.53º91.67%61.18%-
XYZ9.669.4732.77-
YUV73.33174.6584.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=5.06%
G=34.24%
B=60.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13881560.920.4400.39208.5384.6233.14
HexD589C5C2C027d15521
Octal151302341345404732112541
Binary110110110001001110010111001011000100111110100011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,88,156); }

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

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

 a { background-color: rgb(13,88,156); }

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

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

 span { border-color: rgb(13,88,156); }

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