#1E61AE

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

Shades of Denim #1E61AE

Tints of Denim #1E61AE

Color information

#1E61AE (or 0x1E61AE) is unknown color: approx Denim. HEX triplet: 1E, 61 and AE. RGB value is (30,97,174). Sum of RGB (Red+Green+Blue) = 30+97+174=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E61AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E61AE is #E19E51. Grayscale: #555555. Windows color (decimal): -14786130 or 11428126. OLE color: 11428126.

HSL color Cylindrical-coordinate representation of color #1E61AE: hue angle of 212.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E61AE is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3097174-
CMYK0.830.4400.32
HSL212.08º70.59%40%-
HSV(B)212.08º82.76%68.24%-
XYZ12.4511.8841.68-
YUV85.74177.888.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.97%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=9.97%
G=32.23%
B=57.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30971740.830.4400.32212.0870.5940
Hex1E61AE532C020d44728
Octal361412561235404032410750
Binary1111011000011010111010100111011000100000110101001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,97,174); }

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

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

 a { background-color: rgb(30,97,174); }

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

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

 span { border-color: rgb(30,97,174); }

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