#1669EF

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

Shades of Navy Blue #1669EF

Tints of Navy Blue #1669EF

Color information

#1669EF (or 0x1669EF) is unknown color: approx Navy Blue. HEX triplet: 16, 69 and EF. RGB value is (22,105,239). Sum of RGB (Red+Green+Blue) = 22+105+239=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #1669EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1669EF is #E99610. Grayscale: #5E5E5E. Windows color (decimal): -15308305 or 15690006. OLE color: 15690006.

HSL color Cylindrical-coordinate representation of color #1669EF: hue angle of 217.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1669EF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22105239-
CMYK0.910.5600.06
HSL217.05º87.15%51.18%-
HSV(B)217.05º90.79%93.73%-
XYZ20.9616.5183.74-
YUV95.4620975.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.01%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 239 (93.75% from 255) = 65.30%
R=6.01%
G=28.69%
B=65.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221052390.910.5600.06217.0587.1551.18
Hex1669EF5B3806d95733
Octal26151357133700633112763
Binary1011011010011110111110110111110000110110110011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1669EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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