Html Css Color HEX #0D569C Cobalt

📋 copy color: '#0D569C'

red 13 ◦ green 86 ◦ blue 156

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

Shades of Cobalt #0D569C

Tints of Cobalt #0D569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 156 (61.33% from 255) = 61.18%

R = 5.1%
G = 33.73%
B = 61.18%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D569C (or 0x0D569C) is known color: Cobalt. HEX triplet: 0D, 56 and 9C. RGB value is (13,86,156). Sum of RGB (Red+Green+Blue) = 13+86+156=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D569C is #F2A963. Grayscale: #474747. Windows color (decimal): -15903076 or 10245645. OLE color: 10245645.

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

Color convert

RGB 13 86 156 -
CMYK 0.92 0.45 0 0.39
HSL 209.37º 0.85% 0.33% -
HSV(B) 209.37º 0.92% 0.61% -
XYZ 9.49 9.14 32.72 -
YUV 72.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 13 86 156 0.92 0.45 0 0.39 209.37 0.85 0.33
Hex D 56 9C 5C 2D 0 27 D1 55 21
Octal 15 126 234 134 55 0 47 321 125 41
Binary 1101 1010110 10011100 1011100 101101 0 100111 11010001 1010101 100001

Color Harmonies of #0D569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D569C

Black with #0D569C

Text Example


Text Example

White with #0D569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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