#1A52AA

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

Shades of Denim #1A52AA

Tints of Denim #1A52AA

Color information

#1A52AA (or 0x1A52AA) is unknown color: approx Denim. HEX triplet: 1A, 52 and AA. RGB value is (26,82,170). Sum of RGB (Red+Green+Blue) = 26+82+170=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A52AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A52AA is #E5AD55. Grayscale: #4A4A4A. Windows color (decimal): -15052118 or 11162138. OLE color: 11162138.

HSL color Cylindrical-coordinate representation of color #1A52AA: hue angle of 216.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A52AA is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2682170-
CMYK0.850.5200.33
HSL216.67º73.47%38.43%-
HSV(B)216.67º84.71%66.67%-
XYZ10.79.1639.23-
YUV75.29181.4592.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=9.35%
G=29.50%
B=61.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26821700.850.5200.33216.6773.4738.43
Hex1A52AA5534021d94926
Octal321222521256404133111146
Binary1101010100101010101010101011101000100001110110011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,82,170); }

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

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

 a { background-color: rgb(26,82,170); }

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

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

 span { border-color: rgb(26,82,170); }

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