Html Css Color HEX #13818C Dark Cyan

📋 copy color: '#13818C'

red 19 ◦ green 129 ◦ blue 140

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

Shades of Dark Cyan #13818C

Tints of Dark Cyan #13818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 6.6%
G = 44.79%
B = 48.61%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13818C (or 0x13818C) is known color: Dark Cyan. HEX triplet: 13, 81 and 8C. RGB value is (19,129,140). Sum of RGB (Red+Green+Blue) = 19+129+140=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #13818C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13818C is #EC7E73. Grayscale: #616161. Windows color (decimal): -15498868 or 9208083. OLE color: 9208083.

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

Color convert

RGB 19 129 140 -
CMYK 0.86 0.08 0 0.45
HSL 185.45º 0.76% 0.31% -
HSV(B) 185.45º 0.86% 0.55% -
XYZ 12.85 17.73 27.56 -
YUV 97.36 152.06 72.11 -
System Red Green Blue C M Y K H S L
Decimal 19 129 140 0.86 0.08 0 0.45 185.45 0.76 0.31
Hex 13 81 8C 56 8 0 2D B9 4C 1F
Octal 23 201 214 126 10 0 55 271 114 37
Binary 10011 10000001 10001100 1010110 1000 0 101101 10111001 1001100 11111

Color Harmonies of #13818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13818C

Black with #13818C

Text Example


Text Example

White with #13818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13818C; }

 p { color: rgb(19,129,140); }

 H1.HeaderClassName
 {
   color: #13818C;
 }
 .AnyTagClassName
 {
   color: #13818C;
 }
</style>

background-color css

<style>
 a { background-color: #13818C; }

 a { background-color: rgb(19,129,140); }

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

border-color css

<style>
 span { border-color: #13818C; }

 span { border-color: rgb(19,129,140); }

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