Html Css Color HEX #0D599F Cobalt

📋 copy color: '#0D599F'

red 13 ◦ green 89 ◦ blue 159

#0D599F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0D599F

Tints of Cobalt #0D599F

RGB

 RED value IS 13 (5.47% from 255) = 4.98%

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 4.98%
G = 34.1%
B = 60.92%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D599F (or 0x0D599F) is known color: Cobalt. HEX triplet: 0D, 59 and 9F. RGB value is (13,89,159). Sum of RGB (Red+Green+Blue) = 13+89+159=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D599F is #F2A660. Grayscale: #494949. Windows color (decimal): -15902305 or 10443021. OLE color: 10443021.

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

Color convert

RGB 13 89 159 -
CMYK 0.92 0.44 0 0.38
HSL 208.77º 0.85% 0.34% -
HSV(B) 208.77º 0.92% 0.62% -
XYZ 10 9.73 34.15 -
YUV 74.26 175.82 84.31 -
System Red Green Blue C M Y K H S L
Decimal 13 89 159 0.92 0.44 0 0.38 208.77 0.85 0.34
Hex D 59 9F 5C 2C 0 26 D1 55 22
Octal 15 131 237 134 54 0 46 321 125 42
Binary 1101 1011001 10011111 1011100 101100 0 100110 11010001 1010101 100010

Color Harmonies of #0D599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D599F

Black with #0D599F

Text Example


Text Example

White with #0D599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D599F;
 }
 .AnyTagClassName
 {
   color: #0D599F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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