#0D589A

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

Shades of Cobalt #0D589A

Tints of Cobalt #0D589A

Color information

#0D589A (or 0x0D589A) is unknown color: approx Cobalt. HEX triplet: 0D, 58 and 9A. RGB value is (13,88,154). Sum of RGB (Red+Green+Blue) = 13+88+154=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D589A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D589A is #F2A765. Grayscale: #484848. Windows color (decimal): -15902566 or 10115085. OLE color: 10115085.

HSL color Cylindrical-coordinate representation of color #0D589A: hue angle of 208.09º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D589A is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1388154-
CMYK0.920.4300.40
HSL208.09º84.43%32.75%-
HSV(B)208.09º91.56%60.39%-
XYZ9.499.431.89-
YUV73.1173.6585.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.10%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 154 (60.55% from 255) = 60.39%
R=5.10%
G=34.51%
B=60.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13881540.920.4300.40208.0984.4332.75
HexD589A5C2B028d05421
Octal151302321345305032012441
Binary110110110001001101010111001010110101000110100001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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