#1461A1

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

Shades of Denim #1461A1

Tints of Denim #1461A1

Color information

#1461A1 (or 0x1461A1) is unknown color: approx Denim. HEX triplet: 14, 61 and A1. RGB value is (20,97,161). Sum of RGB (Red+Green+Blue) = 20+97+161=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #1461A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1461A1 is #EB9E5E. Grayscale: #505050. Windows color (decimal): -15441503 or 10576148. OLE color: 10576148.

HSL color Cylindrical-coordinate representation of color #1461A1: hue angle of 207.23º 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 #1461A1 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2097161-
CMYK0.880.4000.37
HSL207.23º77.9%35.49%-
HSV(B)207.23º87.58%63.14%-
XYZ1111.2735.31-
YUV81.27172.9984.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.19%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 161 (63.28% from 255) = 57.91%
R=7.19%
G=34.89%
B=57.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20971610.880.4000.37207.2377.935.49
Hex1461A15828025cf4e23
Octal241412411305004531711643
Binary1010011000011010000110110001010000100101110011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1461A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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