Html Css Color HEX #1680DC Navy Blue

📋 copy color: '#1680DC'

red 22 ◦ green 128 ◦ blue 220

#1680DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1680DC

Tints of Navy Blue #1680DC

RGB

 RED value IS 22 (8.98% from 255) = 5.95%

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 5.95%
G = 34.59%
B = 59.46%

CMYK

 C value IS 0.9

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1680DC (or 0x1680DC) is known color: Navy Blue. HEX triplet: 16, 80 and DC. RGB value is (22,128,220). Sum of RGB (Red+Green+Blue) = 22+128+220=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #1680DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680DC is #E97F23. Grayscale: #6A6A6A. Windows color (decimal): -15302436 or 14450710. OLE color: 14450710.

HSL color Cylindrical-coordinate representation of color #1680DC: hue angle of 207.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1680DC is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 128 220 -
CMYK 0.9 0.42 0 0.14
HSL 207.88º 0.82% 0.47% -
HSV(B) 207.88º 0.9% 0.86% -
XYZ 20.97 20.78 70.62 -
YUV 106.79 191.88 67.52 -
System Red Green Blue C M Y K H S L
Decimal 22 128 220 0.9 0.42 0 0.14 207.88 0.82 0.47
Hex 16 80 DC 5A 2A 0 E D0 52 2F
Octal 26 200 334 132 52 0 16 320 122 57
Binary 10110 10000000 11011100 1011010 101010 0 1110 11010000 1010010 101111

Color Harmonies of #1680DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680DC

Black with #1680DC

Text Example


Text Example

White with #1680DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1680DC; }

 p { color: rgb(22,128,220); }

 H1.HeaderClassName
 {
   color: #1680DC;
 }
 .AnyTagClassName
 {
   color: #1680DC;
 }
</style>

background-color css

<style>
 a { background-color: #1680DC; }

 a { background-color: rgb(22,128,220); }

 div.DivClassName
 {
   background-color: #1680DC;
 }
 .BgClassName
 {
   background-color: #1680DC;
 }
</style>

border-color css

<style>
 span { border-color: #1680DC; }

 span { border-color: rgb(22,128,220); }

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