#1A72B3

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

Shades of Denim #1A72B3

Tints of Denim #1A72B3

Color information

#1A72B3 (or 0x1A72B3) is unknown color: approx Denim. HEX triplet: 1A, 72 and B3. RGB value is (26,114,179). Sum of RGB (Red+Green+Blue) = 26+114+179=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #1A72B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A72B3 is #E58D4C. Grayscale: #5E5E5E. Windows color (decimal): -15043917 or 11760154. OLE color: 11760154.

HSL color Cylindrical-coordinate representation of color #1A72B3: hue angle of 205.49º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A72B3 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB26114179-
CMYK0.850.3600.30
HSL205.49º74.63%40.2%-
HSV(B)205.49º85.47%70.2%-
XYZ14.5815.5144.87-
YUV95.1175.3578.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.15%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 179 (70.31% from 255) = 56.11%
R=8.15%
G=35.74%
B=56.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261141790.850.3600.30205.4974.6340.2
Hex1A72B3552401Ecd4b28
Octal321622631254403631511350
Binary110101110010101100111010101100100011110110011011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,114,179); }

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

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

 a { background-color: rgb(26,114,179); }

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

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

 span { border-color: rgb(26,114,179); }

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