#1A60AD

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

Shades of Denim #1A60AD

Tints of Denim #1A60AD

Color information

#1A60AD (or 0x1A60AD) is unknown color: approx Denim. HEX triplet: 1A, 60 and AD. RGB value is (26,96,173). Sum of RGB (Red+Green+Blue) = 26+96+173=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A60AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A60AD is #E59F52. Grayscale: #535353. Windows color (decimal): -15048531 or 11362330. OLE color: 11362330.

HSL color Cylindrical-coordinate representation of color #1A60AD: hue angle of 211.43º 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 #1A60AD is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2696173-
CMYK0.850.4500.32
HSL211.43º73.87%39.02%-
HSV(B)211.43º84.97%67.84%-
XYZ12.1511.641.13-
YUV83.85178.3186.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=8.81%
G=32.54%
B=58.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26961730.850.4500.32211.4373.8739.02
Hex1A60AD552D020d34a27
Octal321402551255504032311247
Binary1101011000001010110110101011011010100000110100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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