#1669E2

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

Shades of Navy Blue #1669E2

Tints of Navy Blue #1669E2

Color information

#1669E2 (or 0x1669E2) is unknown color: approx Navy Blue. HEX triplet: 16, 69 and E2. RGB value is (22,105,226). Sum of RGB (Red+Green+Blue) = 22+105+226=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 226 (88.67% from 255 or 64.02% from 353); Max value from RGB is 226 - color contains mainly: blue. Hex color #1669E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669E2 is #E9961D. Grayscale: #5D5D5D. Windows color (decimal): -15308318 or 14838038. OLE color: 14838038.

HSL color Cylindrical-coordinate representation of color #1669E2: hue angle of 215.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1669E2 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22105226-
CMYK0.900.5400.11
HSL215.59º82.26%48.63%-
HSV(B)215.59º90.27%88.63%-
XYZ19.1115.7673.99-
YUV93.98202.576.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.23%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 226 (88.67% from 255) = 64.02%
R=6.23%
G=29.75%
B=64.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221052260.900.5400.11215.5982.2648.63
Hex1669E25A360Bd85231
Octal261513421326601333012261
Binary10110110100111100010101101011011001011110110001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1669E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1669E2; }

 p { color: rgb(22,105,226); }

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

<style>
 a { background-color: #1669E2; }

 a { background-color: rgb(22,105,226); }

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

<style>
 span { border-color: #1669E2; }

 span { border-color: rgb(22,105,226); }

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