#1669EB

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

Shades of Navy Blue #1669EB

Tints of Navy Blue #1669EB

Color information

#1669EB (or 0x1669EB) is unknown color: approx Navy Blue. HEX triplet: 16, 69 and EB. RGB value is (22,105,235). Sum of RGB (Red+Green+Blue) = 22+105+235=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #1669EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1669EB is #E99614. Grayscale: #5E5E5E. Windows color (decimal): -15308309 or 15427862. OLE color: 15427862.

HSL color Cylindrical-coordinate representation of color #1669EB: hue angle of 216.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1669EB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22105235-
CMYK0.910.5500.08
HSL216.62º84.19%50.39%-
HSV(B)216.62º90.64%92.16%-
XYZ20.3816.2780.66-
YUV9520775.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.08%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 235 (92.19% from 255) = 64.92%
R=6.08%
G=29.01%
B=64.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221052350.910.5500.08216.6284.1950.39
Hex1669EB5B3708d95432
Octal261513531336701033112462
Binary10110110100111101011101101111011101000110110011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1669EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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