Html Css Color HEX #0D8490 Dark Cyan

📋 copy color: '#0D8490'

red 13 ◦ green 132 ◦ blue 144

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

Shades of Dark Cyan #0D8490

Tints of Dark Cyan #0D8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 4.5%
G = 45.67%
B = 49.83%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D8490 (or 0x0D8490) is known color: Dark Cyan. HEX triplet: 0D, 84 and 90. RGB value is (13,132,144). Sum of RGB (Red+Green+Blue) = 13+132+144=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D8490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8490 is #F27B6F. Grayscale: #616161. Windows color (decimal): -15891312 or 9470989. OLE color: 9470989.

HSL color Cylindrical-coordinate representation of color #0D8490: hue angle of 185.5º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8490 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 132 144 -
CMYK 0.91 0.08 0 0.44
HSL 185.5º 0.83% 0.31% -
HSV(B) 185.5º 0.91% 0.56% -
XYZ 13.45 18.6 29.27 -
YUV 97.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 13 132 144 0.91 0.08 0 0.44 185.5 0.83 0.31
Hex D 84 90 5B 8 0 2C B9 53 1F
Octal 15 204 220 133 10 0 54 271 123 37
Binary 1101 10000100 10010000 1011011 1000 0 101100 10111001 1010011 11111

Color Harmonies of #0D8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8490

Black with #0D8490

Text Example


Text Example

White with #0D8490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,132,144); }

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

background-color css

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

 a { background-color: rgb(13,132,144); }

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

border-color css

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

 span { border-color: rgb(13,132,144); }

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