#137CBE

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

Shades of Denim #137CBE

Tints of Denim #137CBE

Color information

#137CBE (or 0x137CBE) is unknown color: approx Denim. HEX triplet: 13, 7C and BE. RGB value is (19,124,190). Sum of RGB (Red+Green+Blue) = 19+124+190=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #137CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CBE is #EC8341. Grayscale: #636363. Windows color (decimal): -15500098 or 12483603. OLE color: 12483603.

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

Color convert

RGB19124190-
CMYK0.900.3500.25
HSL203.16º81.82%40.98%-
HSV(B)203.16º90%74.51%-
XYZ16.7718.2751.36-
YUV100.13178.7170.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.71%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=5.71%
G=37.24%
B=57.06%

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
Decimal191241900.900.3500.25203.1681.8240.98
Hex137CBE5A23019cb5229
Octal231742761324303131312251
Binary100111111100101111101011010100011011001110010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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