Html Css Color HEX #1680CE Navy Blue

📋 copy color: '#1680CE'

red 22 ◦ green 128 ◦ blue 206

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

Shades of Navy Blue #1680CE

Tints of Navy Blue #1680CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 6.18%
G = 35.96%
B = 57.87%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1680CE (or 0x1680CE) is known color: Navy Blue. HEX triplet: 16, 80 and CE. RGB value is (22,128,206). Sum of RGB (Red+Green+Blue) = 22+128+206=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #1680CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680CE is #E97F31. Grayscale: #686868. Windows color (decimal): -15302450 or 13533206. OLE color: 13533206.

HSL color Cylindrical-coordinate representation of color #1680CE: hue angle of 205.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1680CE is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 128 206 -
CMYK 0.89 0.38 0 0.19
HSL 205.43º 0.81% 0.45% -
HSV(B) 205.43º 0.89% 0.81% -
XYZ 19.19 20.07 61.25 -
YUV 105.2 184.88 68.66 -
System Red Green Blue C M Y K H S L
Decimal 22 128 206 0.89 0.38 0 0.19 205.43 0.81 0.45
Hex 16 80 CE 59 26 0 13 CD 51 2D
Octal 26 200 316 131 46 0 23 315 121 55
Binary 10110 10000000 11001110 1011001 100110 0 10011 11001101 1010001 101101

Color Harmonies of #1680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680CE

Black with #1680CE

Text Example


Text Example

White with #1680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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