#13808B

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

Shades of Dark Cyan #13808B

Tints of Dark Cyan #13808B

Color information

#13808B (or 0x13808B) is unknown color: approx Dark Cyan. HEX triplet: 13, 80 and 8B. RGB value is (19,128,139). Sum of RGB (Red+Green+Blue) = 19+128+139=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #13808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13808B is #EC7F74. Grayscale: #606060. Windows color (decimal): -15499125 or 9142291. OLE color: 9142291.

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

Color convert

RGB19128139-
CMYK0.860.0800.45
HSL185.5º75.95%30.98%-
HSV(B)185.5º86.33%54.51%-
XYZ12.6517.4427.13-
YUV96.66151.8972.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=6.64%
G=44.76%
B=48.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191281390.860.0800.45185.575.9530.98
Hex13808B56802Dba4c1f
Octal232002131261005527211437
Binary10011100000001000101110101101000010110110111010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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