Html Css Color HEX #1686D7 Navy Blue

📋 copy color: '#1686D7'

red 22 ◦ green 134 ◦ blue 215

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

Shades of Navy Blue #1686D7

Tints of Navy Blue #1686D7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 215 (84.38% from 255) = 57.95%

R = 5.93%
G = 36.12%
B = 57.95%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1686D7 (or 0x1686D7) is known color: Navy Blue. HEX triplet: 16, 86 and D7. RGB value is (22,134,215). Sum of RGB (Red+Green+Blue) = 22+134+215=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #1686D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1686D7 is #E97928. Grayscale: #6D6D6D. Windows color (decimal): -15300905 or 14124566. OLE color: 14124566.

HSL color Cylindrical-coordinate representation of color #1686D7: hue angle of 205.18º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1686D7 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 134 215 -
CMYK 0.90 0.38 0 0.16
HSL 205.18º 0.81% 0.46% -
HSV(B) 205.18º 0.9% 0.84% -
XYZ 21.12 22.13 67.45 -
YUV 109.75 187.39 65.41 -
System Red Green Blue C M Y K H S L
Decimal 22 134 215 0.90 0.38 0 0.16 205.18 0.81 0.46
Hex 16 86 D7 5A 26 0 10 CD 51 2E
Octal 26 206 327 132 46 0 20 315 121 56
Binary 10110 10000110 11010111 1011010 100110 0 10000 11001101 1010001 101110

Color Harmonies of #1686D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1686D7

Black with #1686D7

Text Example


Text Example

White with #1686D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1686D7; }

 p { color: rgb(22,134,215); }

 H1.HeaderClassName
 {
   color: #1686D7;
 }
 .AnyTagClassName
 {
   color: #1686D7;
 }
</style>

background-color css

<style>
 a { background-color: #1686D7; }

 a { background-color: rgb(22,134,215); }

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

border-color css

<style>
 span { border-color: #1686D7; }

 span { border-color: rgb(22,134,215); }

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