#13868A

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

Shades of Dark Cyan #13868A

Tints of Dark Cyan #13868A

Color information

#13868A (or 0x13868A) is unknown color: approx Dark Cyan. HEX triplet: 13, 86 and 8A. RGB value is (19,134,138). Sum of RGB (Red+Green+Blue) = 19+134+138=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #13868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13868A is #EC7975. Grayscale: #636363. Windows color (decimal): -15497590 or 9078291. OLE color: 9078291.

HSL color Cylindrical-coordinate representation of color #13868A: hue angle of 182.02º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13868A is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB19134138-
CMYK0.860.0300.46
HSL182.02º75.8%30.78%-
HSV(B)182.02º86.23%54.12%-
XYZ13.3819.0227.01-
YUV100.07149.470.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=6.53%
G=46.05%
B=47.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191341380.860.0300.46182.0275.830.78
Hex13868A56302Eb64c1f
Octal23206212126305626611437
Binary100111000011010001010101011011010111010110110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13868A; }

 p { color: rgb(19,134,138); }

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

<style>
 a { background-color: #13868A; }

 a { background-color: rgb(19,134,138); }

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

<style>
 span { border-color: #13868A; }

 span { border-color: rgb(19,134,138); }

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