#1E6AAF

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

Shades of Denim #1E6AAF

Tints of Denim #1E6AAF

Color information

#1E6AAF (or 0x1E6AAF) is unknown color: approx Denim. HEX triplet: 1E, 6A and AF. RGB value is (30,106,175). Sum of RGB (Red+Green+Blue) = 30+106+175=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E6AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6AAF is #E19550. Grayscale: #5A5A5A. Windows color (decimal): -14783825 or 11495966. OLE color: 11495966.

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

Color convert

RGB30106175-
CMYK0.830.3900.31
HSL208.55º70.73%40.2%-
HSV(B)208.55º82.86%68.63%-
XYZ13.4313.6842.49-
YUV91.14175.3284.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=9.65%
G=34.08%
B=56.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301061750.830.3900.31208.5570.7340.2
Hex1E6AAF532701Fd14728
Octal361522571234703732110750
Binary111101101010101011111010011100111011111110100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,106,175); }

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

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

 a { background-color: rgb(30,106,175); }

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

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

 span { border-color: rgb(30,106,175); }

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