#1a79d5

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

Shades of Navy Blue #1A79D5

Tints of Navy Blue #1A79D5

Color information

#1A79D5 (or 0x1A79D5) is unknown color: approx Navy Blue. HEX triplet: 1A, 79 and D5. RGB value is (26,121,213). Sum of RGB (Red+Green+Blue) = 26+121+213=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #1A79D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A79D5 is #E5862A. Grayscale: #666666. Windows color (decimal): -15042091 or 13990170. OLE color: 13990170.

HSL color Cylindrical-coordinate representation of color #1A79D5: hue angle of 209.52º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A79D5 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB26121213-
CMYK0.880.4300.16
HSL209.52º78.24%46.86%-
HSV(B)209.52º87.79%83.53%-
XYZ19.2718.765.54-
YUV103.08190.0373.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.22%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 213 (83.59% from 255) = 59.17%
R=7.22%
G=33.61%
B=59.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal261212130.880.4300.16209.5278.2446.86
Hex1A79D5582B010d24e2f
Octal321713251305302032211657
Binary110101111001110101011011000101011010000110100101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a79d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,121,213); }

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

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

 a { background-color: rgb(26,121,213); }

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

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

 span { border-color: rgb(26,121,213); }

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