#137CC0

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

Shades of Denim #137CC0

Tints of Denim #137CC0

Color information

#137CC0 (or 0x137CC0) is unknown color: approx Denim. HEX triplet: 13, 7C and C0. RGB value is (19,124,192). Sum of RGB (Red+Green+Blue) = 19+124+192=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #137CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CC0 is #EC833F. Grayscale: #636363. Windows color (decimal): -15500096 or 12614675. OLE color: 12614675.

HSL color Cylindrical-coordinate representation of color #137CC0: hue angle of 203.58º 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 #137CC0 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19124192-
CMYK0.900.3500.25
HSL203.58º81.99%41.37%-
HSV(B)203.58º90.1%75.29%-
XYZ16.9918.3652.52-
YUV100.36179.7169.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 192 (75.39% from 255) = 57.31%
R=5.67%
G=37.01%
B=57.31%

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
Decimal191241920.900.3500.25203.5881.9941.37
Hex137CC05A23019cc5229
Octal231743001324303131412251
Binary100111111100110000001011010100011011001110011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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