#13828E

Color #13828E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #13828E

Tints of Dark Cyan #13828E

Color information

#13828E (or 0x13828E) is unknown color: approx Dark Cyan. HEX triplet: 13, 82 and 8E. RGB value is (19,130,142). Sum of RGB (Red+Green+Blue) = 19+130+142=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #13828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13828E is #EC7D71. Grayscale: #626262. Windows color (decimal): -15498610 or 9339411. OLE color: 9339411.

HSL color Cylindrical-coordinate representation of color #13828E: hue angle of 185.85º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13828E is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB19130142-
CMYK0.870.0800.44
HSL185.85º76.4%31.57%-
HSV(B)185.85º86.62%55.69%-
XYZ13.1318.0628.38-
YUV98.18152.7371.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=6.53%
G=44.67%
B=48.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191301420.870.0800.44185.8576.431.57
Hex13828E57802Cba4c20
Octal232022161271005427211440
Binary100111000001010001110101011110000101100101110101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13828E; }

 p { color: rgb(19,130,142); }

 H1.HeaderClassName
 {
   color: #13828E;
 }
 .AnyTagClassName
 {
   color: #13828E;
 }
</style>
background-color css

<style>
 a { background-color: #13828E; }

 a { background-color: rgb(19,130,142); }

 div.DivClassName
 {
   background-color: #13828E;
 }
 .BgClassName
 {
   background-color: #13828E;
 }
</style>
border-color css

<style>
 span { border-color: #13828E; }

 span { border-color: rgb(19,130,142); }

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