#1677DE

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

Shades of Navy Blue #1677DE

Tints of Navy Blue #1677DE

Color information

#1677DE (or 0x1677DE) is unknown color: approx Navy Blue. HEX triplet: 16, 77 and DE. RGB value is (22,119,222). Sum of RGB (Red+Green+Blue) = 22+119+222=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #1677DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1677DE is #E98821. Grayscale: #656565. Windows color (decimal): -15304738 or 14579478. OLE color: 14579478.

HSL color Cylindrical-coordinate representation of color #1677DE: hue angle of 210.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1677DE is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22119222-
CMYK0.900.4600.13
HSL210.9º81.97%47.84%-
HSV(B)210.9º90.09%87.06%-
XYZ20.1118.6471.64-
YUV101.74195.8671.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.06%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 222 (87.11% from 255) = 61.16%
R=6.06%
G=32.78%
B=61.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221192220.900.4600.13210.981.9747.84
Hex1677DE5A2E0Dd35230
Octal261673361325601532312260
Binary10110111011111011110101101010111001101110100111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1677DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1677DE; }

 p { color: rgb(22,119,222); }

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

<style>
 a { background-color: #1677DE; }

 a { background-color: rgb(22,119,222); }

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

<style>
 span { border-color: #1677DE; }

 span { border-color: rgb(22,119,222); }

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