#13838E

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

Shades of Dark Cyan #13838E

Tints of Dark Cyan #13838E

Color information

#13838E (or 0x13838E) is unknown color: approx Dark Cyan. HEX triplet: 13, 83 and 8E. RGB value is (19,131,142). Sum of RGB (Red+Green+Blue) = 19+131+142=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #13838E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13838E is #EC7C71. Grayscale: #626262. Windows color (decimal): -15498354 or 9339667. OLE color: 9339667.

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

Color convert

RGB19131142-
CMYK0.870.0800.44
HSL185.37º76.4%31.57%-
HSV(B)185.37º86.62%55.69%-
XYZ13.2718.3228.43-
YUV98.77152.3971.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=6.51%
G=44.86%
B=48.63%

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
Decimal191311420.870.0800.44185.3776.431.57
Hex13838E57802Cb94c20
Octal232032161271005427111440
Binary100111000001110001110101011110000101100101110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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