#1A6AE7

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

Shades of Navy Blue #1A6AE7

Tints of Navy Blue #1A6AE7

Color information

#1A6AE7 (or 0x1A6AE7) is unknown color: approx Navy Blue. HEX triplet: 1A, 6A and E7. RGB value is (26,106,231). Sum of RGB (Red+Green+Blue) = 26+106+231=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #1A6AE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6AE7 is #E59518. Grayscale: #5F5F5F. Windows color (decimal): -15045913 or 15165978. OLE color: 15165978.

HSL color Cylindrical-coordinate representation of color #1A6AE7: hue angle of 216.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A6AE7 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB26106231-
CMYK0.890.5400.09
HSL216.59º81.03%50.39%-
HSV(B)216.59º88.74%90.59%-
XYZ2016.377.69-
YUV96.3320477.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.16%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 231 (90.62% from 255) = 63.64%
R=7.16%
G=29.20%
B=63.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal261062310.890.5400.09216.5981.0350.39
Hex1A6AE7593609d95132
Octal321523471316601133112162
Binary11010110101011100111101100111011001001110110011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,106,231); }

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

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

 a { background-color: rgb(26,106,231); }

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

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

 span { border-color: rgb(26,106,231); }

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