#1658E0

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

Shades of Navy Blue #1658E0

Tints of Navy Blue #1658E0

Color information

#1658E0 (or 0x1658E0) is unknown color: approx Navy Blue. HEX triplet: 16, 58 and E0. RGB value is (22,88,224). Sum of RGB (Red+Green+Blue) = 22+88+224=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #1658E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1658E0 is #E9A71F. Grayscale: #535353. Windows color (decimal): -15312672 or 14702614. OLE color: 14702614.

HSL color Cylindrical-coordinate representation of color #1658E0: hue angle of 220.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1658E0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2288224-
CMYK0.900.6100.12
HSL220.4º82.11%48.24%-
HSV(B)220.4º90.18%87.84%-
XYZ17.2812.5372.03-
YUV83.77207.1383.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.59%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 224 (87.89% from 255) = 67.07%
R=6.59%
G=26.35%
B=67.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22882240.900.6100.12220.482.1148.24
Hex1658E05A3D0Cdc5230
Octal261303401327501433412260
Binary10110101100011100000101101011110101100110111001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1658E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1658E0; }

 p { color: rgb(22,88,224); }

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

<style>
 a { background-color: #1658E0; }

 a { background-color: rgb(22,88,224); }

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

<style>
 span { border-color: #1658E0; }

 span { border-color: rgb(22,88,224); }

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