Html Css Color HEX #176DD7 Navy Blue

📋 copy color: '#176DD7'

red 23 ◦ green 109 ◦ blue 215

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

Shades of Navy Blue #176DD7

Tints of Navy Blue #176DD7

RGB

 RED value IS 23 (9.38% from 255) = 6.63%

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 6.63%
G = 31.41%
B = 61.96%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#176DD7 (or 0x176DD7) is known color: Navy Blue. HEX triplet: 17, 6D and D7. RGB value is (23,109,215). Sum of RGB (Red+Green+Blue) = 23+109+215=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #176DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176DD7 is #E89228. Grayscale: #5E5E5E. Windows color (decimal): -15241769 or 14118167. OLE color: 14118167.

HSL color Cylindrical-coordinate representation of color #176DD7: hue angle of 213.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #176DD7 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 23 109 215 -
CMYK 0.89 0.49 0 0.16
HSL 213.13º 0.81% 0.47% -
HSV(B) 213.13º 0.89% 0.84% -
XYZ 18.09 16.03 66.43 -
YUV 95.37 195.51 76.38 -
System Red Green Blue C M Y K H S L
Decimal 23 109 215 0.89 0.49 0 0.16 213.13 0.81 0.47
Hex 17 6D D7 59 31 0 10 D5 51 2F
Octal 27 155 327 131 61 0 20 325 121 57
Binary 10111 1101101 11010111 1011001 110001 0 10000 11010101 1010001 101111

Color Harmonies of #176DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176DD7

Black with #176DD7

Text Example


Text Example

White with #176DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176DD7; }

 p { color: rgb(23,109,215); }

 H1.HeaderClassName
 {
   color: #176DD7;
 }
 .AnyTagClassName
 {
   color: #176DD7;
 }
</style>

background-color css

<style>
 a { background-color: #176DD7; }

 a { background-color: rgb(23,109,215); }

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

border-color css

<style>
 span { border-color: #176DD7; }

 span { border-color: rgb(23,109,215); }

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