#13818B

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

Shades of Dark Cyan #13818B

Tints of Dark Cyan #13818B

Color information

#13818B (or 0x13818B) is unknown color: approx Dark Cyan. HEX triplet: 13, 81 and 8B. RGB value is (19,129,139). Sum of RGB (Red+Green+Blue) = 19+129+139=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #13818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13818B is #EC7E74. Grayscale: #616161. Windows color (decimal): -15498869 or 9142547. OLE color: 9142547.

HSL color Cylindrical-coordinate representation of color #13818B: hue angle of 185º 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 #13818B is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB19129139-
CMYK0.860.0700.45
HSL185º75.95%30.98%-
HSV(B)185º86.33%54.51%-
XYZ12.7817.727.17-
YUV97.25151.5672.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=6.62%
G=44.95%
B=48.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191291390.860.0700.4518575.9530.98
Hex13818B56702Db94c1f
Octal23201213126705527111437
Binary1001110000001100010111010110111010110110111001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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