Html Css Color HEX #1685D7 Navy Blue

📋 copy color: '#1685D7'

red 22 ◦ green 133 ◦ blue 215

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

Shades of Navy Blue #1685D7

Tints of Navy Blue #1685D7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 5.95%
G = 35.95%
B = 58.11%

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

#1685D7 (or 0x1685D7) is known color: Navy Blue. HEX triplet: 16, 85 and D7. RGB value is (22,133,215). Sum of RGB (Red+Green+Blue) = 22+133+215=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #1685D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685D7 is #E97A28. Grayscale: #6C6C6C. Windows color (decimal): -15301161 or 14124310. OLE color: 14124310.

HSL color Cylindrical-coordinate representation of color #1685D7: hue angle of 205.49º 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 #1685D7 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 133 215 -
CMYK 0.90 0.38 0 0.16
HSL 205.49º 0.81% 0.46% -
HSV(B) 205.49º 0.9% 0.84% -
XYZ 20.98 21.85 67.4 -
YUV 109.16 187.73 65.83 -
System Red Green Blue C M Y K H S L
Decimal 22 133 215 0.90 0.38 0 0.16 205.49 0.81 0.46
Hex 16 85 D7 5A 26 0 10 CD 51 2E
Octal 26 205 327 132 46 0 20 315 121 56
Binary 10110 10000101 11010111 1011010 100110 0 10000 11001101 1010001 101110

Color Harmonies of #1685D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1685D7

Black with #1685D7

Text Example


Text Example

White with #1685D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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