Html Css Color HEX #0D8590 Dark Cyan

📋 copy color: '#0D8590'

red 13 ◦ green 133 ◦ blue 144

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

Shades of Dark Cyan #0D8590

Tints of Dark Cyan #0D8590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

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

R = 4.48%
G = 45.86%
B = 49.66%

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

#0D8590 (or 0x0D8590) is known color: Dark Cyan. HEX triplet: 0D, 85 and 90. RGB value is (13,133,144). Sum of RGB (Red+Green+Blue) = 13+133+144=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D8590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8590 is #F27A6F. Grayscale: #626262. Windows color (decimal): -15891056 or 9471245. OLE color: 9471245.

HSL color Cylindrical-coordinate representation of color #0D8590: hue angle of 185.04º 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 #0D8590 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 133 144 -
CMYK 0.91 0.08 0 0.44
HSL 185.04º 0.83% 0.31% -
HSV(B) 185.04º 0.91% 0.56% -
XYZ 13.59 18.87 29.31 -
YUV 98.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 13 133 144 0.91 0.08 0 0.44 185.04 0.83 0.31
Hex D 85 90 5B 8 0 2C B9 53 1F
Octal 15 205 220 133 10 0 54 271 123 37
Binary 1101 10000101 10010000 1011011 1000 0 101100 10111001 1010011 11111

Color Harmonies of #0D8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8590

Black with #0D8590

Text Example


Text Example

White with #0D8590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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