Html Css Color HEX #1680DB Navy Blue

📋 copy color: '#1680DB'

red 22 ◦ green 128 ◦ blue 219

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

Shades of Navy Blue #1680DB

Tints of Navy Blue #1680DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.35%

R = 5.96%
G = 34.69%
B = 59.35%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1680DB (or 0x1680DB) is known color: Navy Blue. HEX triplet: 16, 80 and DB. RGB value is (22,128,219). Sum of RGB (Red+Green+Blue) = 22+128+219=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #1680DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680DB is #E97F24. Grayscale: #6A6A6A. Windows color (decimal): -15302437 or 14385174. OLE color: 14385174.

HSL color Cylindrical-coordinate representation of color #1680DB: hue angle of 207.72º 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 #1680DB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 128 219 -
CMYK 0.90 0.42 0 0.14
HSL 207.72º 0.82% 0.47% -
HSV(B) 207.72º 0.9% 0.86% -
XYZ 20.84 20.72 69.92 -
YUV 106.68 191.38 67.6 -
System Red Green Blue C M Y K H S L
Decimal 22 128 219 0.90 0.42 0 0.14 207.72 0.82 0.47
Hex 16 80 DB 5A 2A 0 E D0 52 2F
Octal 26 200 333 132 52 0 16 320 122 57
Binary 10110 10000000 11011011 1011010 101010 0 1110 11010000 1010010 101111

Color Harmonies of #1680DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680DB

Black with #1680DB

Text Example


Text Example

White with #1680DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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