Html Css Color HEX #1464AA Denim

📋 copy color: '#1464AA'

red 20 ◦ green 100 ◦ blue 170

#1464AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1464AA

Tints of Denim #1464AA

RGB

 RED value IS 20 (8.2% from 255) = 6.9%

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 6.9%
G = 34.48%
B = 58.62%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1464AA (or 0x1464AA) is known color: Denim. HEX triplet: 14, 64 and AA. RGB value is (20,100,170). Sum of RGB (Red+Green+Blue) = 20+100+170=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #1464AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1464AA is #EB9B55. Grayscale: #535353. Windows color (decimal): -15440726 or 11166740. OLE color: 11166740.

HSL color Cylindrical-coordinate representation of color #1464AA: hue angle of 208º 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 #1464AA is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 100 170 -
CMYK 0.88 0.41 0 0.33
HSL 208º 0.79% 0.37% -
HSV(B) 208º 0.88% 0.67% -
XYZ 12.1 12.17 39.74 -
YUV 84.06 176.5 82.31 -
System Red Green Blue C M Y K H S L
Decimal 20 100 170 0.88 0.41 0 0.33 208 0.79 0.37
Hex 14 64 AA 58 29 0 21 D0 4F 25
Octal 24 144 252 130 51 0 41 320 117 45
Binary 10100 1100100 10101010 1011000 101001 0 100001 11010000 1001111 100101

Color Harmonies of #1464AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464AA

Black with #1464AA

Text Example


Text Example

White with #1464AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1464AA; }

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

 H1.HeaderClassName
 {
   color: #1464AA;
 }
 .AnyTagClassName
 {
   color: #1464AA;
 }
</style>

background-color css

<style>
 a { background-color: #1464AA; }

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

 div.DivClassName
 {
   background-color: #1464AA;
 }
 .BgClassName
 {
   background-color: #1464AA;
 }
</style>

border-color css

<style>
 span { border-color: #1464AA; }

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

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