#13858D

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

Shades of Dark Cyan #13858D

Tints of Dark Cyan #13858D

Color information

#13858D (or 0x13858D) is unknown color: approx Dark Cyan. HEX triplet: 13, 85 and 8D. RGB value is (19,133,141). Sum of RGB (Red+Green+Blue) = 19+133+141=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #13858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13858D is #EC7A72. Grayscale: #636363. Windows color (decimal): -15497843 or 9274643. OLE color: 9274643.

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

Color convert

RGB19133141-
CMYK0.870.0600.45
HSL183.93º76.25%31.37%-
HSV(B)183.93º86.52%55.29%-
XYZ13.4618.8428.13-
YUV99.83151.2370.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.48%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=6.48%
G=45.39%
B=48.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191331410.870.0600.45183.9376.2531.37
Hex13858D57602Db84c1f
Octal23205215127605527011437
Binary1001110000101100011011010111110010110110111000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13858D; }

 p { color: rgb(19,133,141); }

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

<style>
 a { background-color: #13858D; }

 a { background-color: rgb(19,133,141); }

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

<style>
 span { border-color: #13858D; }

 span { border-color: rgb(19,133,141); }

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