#1A73D8

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

Shades of Navy Blue #1A73D8

Tints of Navy Blue #1A73D8

Color information

#1A73D8 (or 0x1A73D8) is unknown color: approx Navy Blue. HEX triplet: 1A, 73 and D8. RGB value is (26,115,216). Sum of RGB (Red+Green+Blue) = 26+115+216=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A73D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A73D8 is #E58C27. Grayscale: #636363. Windows color (decimal): -15043624 or 14185242. OLE color: 14185242.

HSL color Cylindrical-coordinate representation of color #1A73D8: hue angle of 211.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A73D8 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB26115216-
CMYK0.880.4700.15
HSL211.89º78.51%47.45%-
HSV(B)211.89º87.96%84.71%-
XYZ18.9517.4467.33-
YUV99.9193.5175.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.28%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 216 (84.77% from 255) = 60.50%
R=7.28%
G=32.21%
B=60.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal261152160.880.4700.15211.8978.5147.45
Hex1A73D8582F0Fd44f2f
Octal321633301305701732411757
Binary11010111001111011000101100010111101111110101001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A73D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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