#1E6CAF

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

Shades of Denim #1E6CAF

Tints of Denim #1E6CAF

Color information

#1E6CAF (or 0x1E6CAF) is unknown color: approx Denim. HEX triplet: 1E, 6C and AF. RGB value is (30,108,175). Sum of RGB (Red+Green+Blue) = 30+108+175=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6CAF is #E19350. Grayscale: #5B5B5B. Windows color (decimal): -14783313 or 11496478. OLE color: 11496478.

HSL color Cylindrical-coordinate representation of color #1E6CAF: hue angle of 207.72º 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 #1E6CAF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30108175-
CMYK0.830.3800.31
HSL207.72º70.73%40.2%-
HSV(B)207.72º82.86%68.63%-
XYZ13.6414.142.56-
YUV92.32174.6683.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.58%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=9.58%
G=34.50%
B=55.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301081750.830.3800.31207.7270.7340.2
Hex1E6CAF532601Fd04728
Octal361542571234603732010750
Binary111101101100101011111010011100110011111110100001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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