#1A56A7

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

Shades of Denim #1A56A7

Tints of Denim #1A56A7

Color information

#1A56A7 (or 0x1A56A7) is unknown color: approx Denim. HEX triplet: 1A, 56 and A7. RGB value is (26,86,167). Sum of RGB (Red+Green+Blue) = 26+86+167=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #1A56A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A56A7 is #E5A958. Grayscale: #4C4C4C. Windows color (decimal): -15051097 or 10966554. OLE color: 10966554.

HSL color Cylindrical-coordinate representation of color #1A56A7: hue angle of 214.47º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A56A7 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2686167-
CMYK0.840.4900.35
HSL214.47º73.06%37.84%-
HSV(B)214.47º84.43%65.49%-
XYZ10.739.6737.86-
YUV77.29178.6291.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 167 (65.62% from 255) = 59.86%
R=9.32%
G=30.82%
B=59.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26861670.840.4900.35214.4773.0637.84
Hex1A56A75431023d64926
Octal321262471246104332611146
Binary1101010101101010011110101001100010100011110101101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A56A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,86,167); }

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

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

 a { background-color: rgb(26,86,167); }

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

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

 span { border-color: rgb(26,86,167); }

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