Html Css Color HEX #1680CC Navy Blue

📋 copy color: '#1680CC'

red 22 ◦ green 128 ◦ blue 204

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

Shades of Navy Blue #1680CC

Tints of Navy Blue #1680CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 6.21%
G = 36.16%
B = 57.63%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1680CC (or 0x1680CC) is known color: Navy Blue. HEX triplet: 16, 80 and CC. RGB value is (22,128,204). Sum of RGB (Red+Green+Blue) = 22+128+204=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #1680CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680CC is #E97F33. Grayscale: #686868. Windows color (decimal): -15302452 or 13402134. OLE color: 13402134.

HSL color Cylindrical-coordinate representation of color #1680CC: hue angle of 205.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1680CC is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 128 204 -
CMYK 0.89 0.37 0 0.2
HSL 205.05º 0.81% 0.44% -
HSV(B) 205.05º 0.89% 0.8% -
XYZ 18.95 19.97 59.98 -
YUV 104.97 183.88 68.82 -
System Red Green Blue C M Y K H S L
Decimal 22 128 204 0.89 0.37 0 0.2 205.05 0.81 0.44
Hex 16 80 CC 59 25 0 14 CD 51 2C
Octal 26 200 314 131 45 0 24 315 121 54
Binary 10110 10000000 11001100 1011001 100101 0 10100 11001101 1010001 101100

Color Harmonies of #1680CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680CC

Black with #1680CC

Text Example


Text Example

White with #1680CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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