#1462A1

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

Shades of Denim #1462A1

Tints of Denim #1462A1

Color information

#1462A1 (or 0x1462A1) is unknown color: approx Denim. HEX triplet: 14, 62 and A1. RGB value is (20,98,161). Sum of RGB (Red+Green+Blue) = 20+98+161=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 161 (63.28% from 255 or 57.71% from 279); Max value from RGB is 161 - color contains mainly: blue. Hex color #1462A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1462A1 is #EB9D5E. Grayscale: #515151. Windows color (decimal): -15441247 or 10576404. OLE color: 10576404.

HSL color Cylindrical-coordinate representation of color #1462A1: hue angle of 206.81º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1462A1 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2098161-
CMYK0.880.3900.37
HSL206.81º77.9%35.49%-
HSV(B)206.81º87.58%63.14%-
XYZ11.0911.4635.35-
YUV81.86172.6683.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.17%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 161 (63.28% from 255) = 57.71%
R=7.17%
G=35.13%
B=57.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20981610.880.3900.37206.8177.935.49
Hex1462A15827025cf4e23
Octal241422411304704531711643
Binary1010011000101010000110110001001110100101110011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1462A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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