#1A54AF

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

Shades of Denim #1A54AF

Tints of Denim #1A54AF

Color information

#1A54AF (or 0x1A54AF) is unknown color: approx Denim. HEX triplet: 1A, 54 and AF. RGB value is (26,84,175). Sum of RGB (Red+Green+Blue) = 26+84+175=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A54AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A54AF is #E5AB50. Grayscale: #4C4C4C. Windows color (decimal): -15051601 or 11490330. OLE color: 11490330.

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

Color convert

RGB2684175-
CMYK0.850.5200.31
HSL216.64º74.13%39.41%-
HSV(B)216.64º85.14%68.63%-
XYZ11.339.6641.82-
YUV77.03183.2891.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 175 (68.75% from 255) = 61.40%
R=9.12%
G=29.47%
B=61.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26841750.850.5200.31216.6474.1339.41
Hex1A54AF553401Fd94a27
Octal321242571256403733111247
Binary110101010100101011111010101110100011111110110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,84,175); }

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

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

 a { background-color: rgb(26,84,175); }

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

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

 span { border-color: rgb(26,84,175); }

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