#1656EF

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

Shades of Navy Blue #1656EF

Tints of Navy Blue #1656EF

Color information

#1656EF (or 0x1656EF) is unknown color: approx Navy Blue. HEX triplet: 16, 56 and EF. RGB value is (22,86,239). Sum of RGB (Red+Green+Blue) = 22+86+239=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #1656EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1656EF is #E9A910. Grayscale: #535353. Windows color (decimal): -15313169 or 15685142. OLE color: 15685142.

HSL color Cylindrical-coordinate representation of color #1656EF: hue angle of 222.3º 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 #1656EF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2286239-
CMYK0.910.6400.06
HSL222.3º87.15%51.18%-
HSV(B)222.3º90.79%93.73%-
XYZ19.2413.0683.17-
YUV84.31215.383.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.34%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 239 (93.75% from 255) = 68.88%
R=6.34%
G=24.78%
B=68.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22862390.910.6400.06222.387.1551.18
Hex1656EF5B4006de5733
Octal261263571331000633612763
Binary10110101011011101111101101110000000110110111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1656EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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