#1A7AD1

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

Shades of Navy Blue #1A7AD1

Tints of Navy Blue #1A7AD1

Color information

#1A7AD1 (or 0x1A7AD1) is unknown color: approx Navy Blue. HEX triplet: 1A, 7A and D1. RGB value is (26,122,209). Sum of RGB (Red+Green+Blue) = 26+122+209=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A7AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7AD1 is #E5852E. Grayscale: #666666. Windows color (decimal): -15041839 or 13728282. OLE color: 13728282.

HSL color Cylindrical-coordinate representation of color #1A7AD1: hue angle of 208.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A7AD1 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26122209-
CMYK0.880.4200.18
HSL208.52º77.87%46.08%-
HSV(B)208.52º87.56%81.96%-
XYZ18.8918.7462.94-
YUV103.21187.772.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.28%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 209 (82.03% from 255) = 58.54%
R=7.28%
G=34.17%
B=58.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261222090.880.4200.18208.5277.8746.08
Hex1A7AD1582A012d14e2e
Octal321723211305202232111656
Binary110101111010110100011011000101010010010110100011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,122,209); }

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

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

 a { background-color: rgb(26,122,209); }

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

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

 span { border-color: rgb(26,122,209); }

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