#137AC1

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

Shades of Denim #137AC1

Tints of Denim #137AC1

Color information

#137AC1 (or 0x137AC1) is unknown color: approx Denim. HEX triplet: 13, 7A and C1. RGB value is (19,122,193). Sum of RGB (Red+Green+Blue) = 19+122+193=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #137AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AC1 is #EC853E. Grayscale: #626262. Windows color (decimal): -15500607 or 12679699. OLE color: 12679699.

HSL color Cylindrical-coordinate representation of color #137AC1: hue angle of 204.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137AC1 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19122193-
CMYK0.900.3700.24
HSL204.48º82.08%41.57%-
HSV(B)204.48º90.16%75.69%-
XYZ16.8517.9153.02-
YUV99.3180.8870.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.69%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=5.69%
G=36.53%
B=57.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191221930.900.3700.24204.4882.0841.57
Hex137AC15A25018cc522a
Octal231723011324503031412252
Binary100111111010110000011011010100101011000110011001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,122,193); }

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

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

 a { background-color: rgb(19,122,193); }

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

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

 span { border-color: rgb(19,122,193); }

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