#137DC0

Color #137DC0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #137DC0

Tints of Denim #137DC0

Color information

#137DC0 (or 0x137DC0) is unknown color: approx Denim. HEX triplet: 13, 7D and C0. RGB value is (19,125,192). Sum of RGB (Red+Green+Blue) = 19+125+192=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #137DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DC0 is #EC823F. Grayscale: #646464. Windows color (decimal): -15499840 or 12614931. OLE color: 12614931.

HSL color Cylindrical-coordinate representation of color #137DC0: hue angle of 203.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137DC0 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19125192-
CMYK0.900.3500.25
HSL203.24º81.99%41.37%-
HSV(B)203.24º90.1%75.29%-
XYZ17.1218.6152.56-
YUV100.94179.3869.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.65%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 192 (75.39% from 255) = 57.14%
R=5.65%
G=37.20%
B=57.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191251920.900.3500.25203.2481.9941.37
Hex137DC05A23019cb5229
Octal231753001324303131312251
Binary100111111101110000001011010100011011001110010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137DC0; }

 p { color: rgb(19,125,192); }

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

<style>
 a { background-color: #137DC0; }

 a { background-color: rgb(19,125,192); }

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

<style>
 span { border-color: #137DC0; }

 span { border-color: rgb(19,125,192); }

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