Html Css Color HEX #1A5AAD Denim

📋 copy color: '#1A5AAD'

red 26 ◦ green 90 ◦ blue 173

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

Shades of Denim #1A5AAD

Tints of Denim #1A5AAD

RGB

 RED value IS 26 (10.55% from 255) = 9%

 GREEN value IS 90 (35.55% from 255) = 31.14%

 BLUE value IS 173 (67.97% from 255) = 59.86%

R = 9%
G = 31.14%
B = 59.86%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A5AAD (or 0x1A5AAD) is known color: Denim. HEX triplet: 1A, 5A and AD. RGB value is (26,90,173). Sum of RGB (Red+Green+Blue) = 26+90+173=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5AAD is #E5A552. Grayscale: #4F4F4F. Windows color (decimal): -15050067 or 11360794. OLE color: 11360794.

HSL color Cylindrical-coordinate representation of color #1A5AAD: hue angle of 213.88º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A5AAD is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 90 173 -
CMYK 0.85 0.48 0 0.32
HSL 213.88º 0.74% 0.39% -
HSV(B) 213.88º 0.85% 0.68% -
XYZ 11.62 10.55 40.96 -
YUV 80.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 26 90 173 0.85 0.48 0 0.32 213.88 0.74 0.39
Hex 1A 5A AD 55 30 0 20 D6 4A 27
Octal 32 132 255 125 60 0 40 326 112 47
Binary 11010 1011010 10101101 1010101 110000 0 100000 11010110 1001010 100111

Color Harmonies of #1A5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5AAD

Black with #1A5AAD

Text Example


Text Example

White with #1A5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A5AAD; }

 p { color: rgb(26,90,173); }

 H1.HeaderClassName
 {
   color: #1A5AAD;
 }
 .AnyTagClassName
 {
   color: #1A5AAD;
 }
</style>

background-color css

<style>
 a { background-color: #1A5AAD; }

 a { background-color: rgb(26,90,173); }

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

border-color css

<style>
 span { border-color: #1A5AAD; }

 span { border-color: rgb(26,90,173); }

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