#1462aa

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

Shades of Denim #1462AA

Tints of Denim #1462AA

Color information

#1462AA (or 0x1462AA) is unknown color: approx Denim. HEX triplet: 14, 62 and AA. RGB value is (20,98,170). Sum of RGB (Red+Green+Blue) = 20+98+170=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #1462AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1462AA is #EB9D55. Grayscale: #525252. Windows color (decimal): -15441238 or 11166228. OLE color: 11166228.

HSL color Cylindrical-coordinate representation of color #1462AA: hue angle of 208.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1462AA is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2098170-
CMYK0.880.4200.33
HSL208.8º78.95%37.25%-
HSV(B)208.8º88.24%66.67%-
XYZ11.9111.7939.68-
YUV82.89177.1683.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=6.94%
G=34.03%
B=59.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20981700.880.4200.33208.878.9537.25
Hex1462AA582A021d14f25
Octal241422521305204132111745
Binary1010011000101010101010110001010100100001110100011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1462aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1462aa; }

 p { color: rgb(20,98,170); }

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

<style>
 a { background-color: #1462aa; }

 a { background-color: rgb(20,98,170); }

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

<style>
 span { border-color: #1462aa; }

 span { border-color: rgb(20,98,170); }

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