Html Css Color HEX #1465AA Denim

📋 copy color: '#1465AA'

red 20 ◦ green 101 ◦ blue 170

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

Shades of Denim #1465AA

Tints of Denim #1465AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

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

R = 6.87%
G = 34.71%
B = 58.42%

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

#1465AA (or 0x1465AA) is known color: Denim. HEX triplet: 14, 65 and AA. RGB value is (20,101,170). Sum of RGB (Red+Green+Blue) = 20+101+170=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #1465AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1465AA is #EB9A55. Grayscale: #545454. Windows color (decimal): -15440470 or 11166996. OLE color: 11166996.

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

Color convert

RGB 20 101 170 -
CMYK 0.88 0.41 0 0.33
HSL 207.6º 0.79% 0.37% -
HSV(B) 207.6º 0.88% 0.67% -
XYZ 12.2 12.36 39.77 -
YUV 84.65 176.16 81.89 -
System Red Green Blue C M Y K H S L
Decimal 20 101 170 0.88 0.41 0 0.33 207.6 0.79 0.37
Hex 14 65 AA 58 29 0 21 D0 4F 25
Octal 24 145 252 130 51 0 41 320 117 45
Binary 10100 1100101 10101010 1011000 101001 0 100001 11010000 1001111 100101

Color Harmonies of #1465AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465AA

Black with #1465AA

Text Example


Text Example

White with #1465AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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