#1370AE

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

Shades of Denim #1370AE

Tints of Denim #1370AE

Color information

#1370AE (or 0x1370AE) is unknown color: approx Denim. HEX triplet: 13, 70 and AE. RGB value is (19,112,174). Sum of RGB (Red+Green+Blue) = 19+112+174=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #1370AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370AE is #EC8F51. Grayscale: #5A5A5A. Windows color (decimal): -15503186 or 11431955. OLE color: 11431955.

HSL color Cylindrical-coordinate representation of color #1370AE: hue angle of 204º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1370AE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19112174-
CMYK0.890.3600.32
HSL204º80.31%37.84%-
HSV(B)204º89.08%68.24%-
XYZ13.714.7842.18-
YUV91.26174.6976.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=6.23%
G=36.72%
B=57.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191121740.890.3600.3220480.3137.84
Hex1370AE5924020cc5026
Octal231602561314404031412046
Binary1001111100001010111010110011001000100000110011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1370AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1370AE; }

 p { color: rgb(19,112,174); }

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

<style>
 a { background-color: #1370AE; }

 a { background-color: rgb(19,112,174); }

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

<style>
 span { border-color: #1370AE; }

 span { border-color: rgb(19,112,174); }

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