Html Css Color HEX #13808D Dark Cyan

📋 copy color: '#13808D'

red 19 ◦ green 128 ◦ blue 141

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

Shades of Dark Cyan #13808D

Tints of Dark Cyan #13808D

RGB

 RED value IS 19 (7.81% from 255) = 6.6%

 GREEN value IS 128 (50.39% from 255) = 44.44%

 BLUE value IS 141 (55.47% from 255) = 48.96%

R = 6.6%
G = 44.44%
B = 48.96%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13808D (or 0x13808D) is known color: Dark Cyan. HEX triplet: 13, 80 and 8D. RGB value is (19,128,141). Sum of RGB (Red+Green+Blue) = 19+128+141=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #13808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13808D is #EC7F72. Grayscale: #606060. Windows color (decimal): -15499123 or 9273363. OLE color: 9273363.

HSL color Cylindrical-coordinate representation of color #13808D: hue angle of 186.39º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13808D is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 128 141 -
CMYK 0.87 0.09 0 0.45
HSL 186.39º 0.76% 0.31% -
HSV(B) 186.39º 0.87% 0.55% -
XYZ 12.8 17.5 27.9 -
YUV 96.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 19 128 141 0.87 0.09 0 0.45 186.39 0.76 0.31
Hex 13 80 8D 57 9 0 2D BA 4C 1F
Octal 23 200 215 127 11 0 55 272 114 37
Binary 10011 10000000 10001101 1010111 1001 0 101101 10111010 1001100 11111

Color Harmonies of #13808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13808D

Black with #13808D

Text Example


Text Example

White with #13808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13808D; }

 p { color: rgb(19,128,141); }

 H1.HeaderClassName
 {
   color: #13808D;
 }
 .AnyTagClassName
 {
   color: #13808D;
 }
</style>

background-color css

<style>
 a { background-color: #13808D; }

 a { background-color: rgb(19,128,141); }

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

border-color css

<style>
 span { border-color: #13808D; }

 span { border-color: rgb(19,128,141); }

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