#1E64AA

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

Shades of Denim #1E64AA

Tints of Denim #1E64AA

Color information

#1E64AA (or 0x1E64AA) is unknown color: approx Denim. HEX triplet: 1E, 64 and AA. RGB value is (30,100,170). Sum of RGB (Red+Green+Blue) = 30+100+170=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E64AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E64AA is #E19B55. Grayscale: #565656. Windows color (decimal): -14785366 or 11166750. OLE color: 11166750.

HSL color Cylindrical-coordinate representation of color #1E64AA: hue angle of 210º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E64AA is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB30100170-
CMYK0.820.4100.33
HSL210º70%39.22%-
HSV(B)210º82.35%66.67%-
XYZ12.3512.2939.75-
YUV87.05174.8187.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=10%
G=33.33%
B=56.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301001700.820.4100.332107039.22
Hex1E64AA5229021d24627
Octal361442521225104132210647
Binary1111011001001010101010100101010010100001110100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E64AA; }

 p { color: rgb(30,100,170); }

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

<style>
 a { background-color: #1E64AA; }

 a { background-color: rgb(30,100,170); }

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

<style>
 span { border-color: #1E64AA; }

 span { border-color: rgb(30,100,170); }

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