#0D599B

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

Shades of Cobalt #0D599B

Tints of Cobalt #0D599B

Color information

#0D599B (or 0x0D599B) is unknown color: approx Cobalt. HEX triplet: 0D, 59 and 9B. RGB value is (13,89,155). Sum of RGB (Red+Green+Blue) = 13+89+155=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D599B is #F2A664. Grayscale: #494949. Windows color (decimal): -15902309 or 10180877. OLE color: 10180877.

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

Color convert

RGB1389155-
CMYK0.920.4300.39
HSL207.89º84.52%32.94%-
HSV(B)207.89º91.61%60.78%-
XYZ9.659.632.35-
YUV73.8173.8284.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=5.06%
G=34.63%
B=60.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13891550.920.4300.39207.8984.5232.94
HexD599B5C2B027d05521
Octal151312331345304732012541
Binary110110110011001101110111001010110100111110100001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,89,155); }

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

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

 a { background-color: rgb(13,89,155); }

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

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

 span { border-color: rgb(13,89,155); }

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