Html Css Color HEX #0D59A6 Cobalt

📋 copy color: '#0D59A6'

red 13 ◦ green 89 ◦ blue 166

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

Shades of Cobalt #0D59A6

Tints of Cobalt #0D59A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 61.94%

R = 4.85%
G = 33.21%
B = 61.94%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0D59A6 (or 0x0D59A6) is known color: Cobalt. HEX triplet: 0D, 59 and A6. RGB value is (13,89,166). Sum of RGB (Red+Green+Blue) = 13+89+166=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D59A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D59A6 is #F2A659. Grayscale: #4A4A4A. Windows color (decimal): -15902298 or 10901773. OLE color: 10901773.

HSL color Cylindrical-coordinate representation of color #0D59A6: hue angle of 210.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D59A6 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 89 166 -
CMYK 0.92 0.46 0 0.35
HSL 210.2º 0.85% 0.35% -
HSV(B) 210.2º 0.92% 0.65% -
XYZ 10.62 9.98 37.44 -
YUV 75.05 179.32 83.74 -
System Red Green Blue C M Y K H S L
Decimal 13 89 166 0.92 0.46 0 0.35 210.2 0.85 0.35
Hex D 59 A6 5C 2E 0 23 D2 55 23
Octal 15 131 246 134 56 0 43 322 125 43
Binary 1101 1011001 10100110 1011100 101110 0 100011 11010010 1010101 100011

Color Harmonies of #0D59A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D59A6

Black with #0D59A6

Text Example


Text Example

White with #0D59A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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