#1A73B4

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

Shades of Denim #1A73B4

Tints of Denim #1A73B4

Color information

#1A73B4 (or 0x1A73B4) is unknown color: approx Denim. HEX triplet: 1A, 73 and B4. RGB value is (26,115,180). Sum of RGB (Red+Green+Blue) = 26+115+180=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A73B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A73B4 is #E58C4B. Grayscale: #5F5F5F. Windows color (decimal): -15043660 or 11825946. OLE color: 11825946.

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

Color convert

RGB26115180-
CMYK0.860.3600.29
HSL205.32º74.76%40.39%-
HSV(B)205.32º85.56%70.59%-
XYZ14.7915.7845.45-
YUV95.8175.5178.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.10%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 180 (70.70% from 255) = 56.07%
R=8.10%
G=35.83%
B=56.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261151800.860.3600.29205.3274.7640.39
Hex1A73B4562401Dcd4b28
Octal321632641264403531511350
Binary110101110011101101001010110100100011101110011011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,180); }

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

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

 a { background-color: rgb(26,115,180); }

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

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

 span { border-color: rgb(26,115,180); }

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