Html Css Color HEX #176AD7 Navy Blue

📋 copy color: '#176AD7'

red 23 ◦ green 106 ◦ blue 215

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

Shades of Navy Blue #176AD7

Tints of Navy Blue #176AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

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

R = 6.69%
G = 30.81%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#176AD7 (or 0x176AD7) is known color: Navy Blue. HEX triplet: 17, 6A and D7. RGB value is (23,106,215). Sum of RGB (Red+Green+Blue) = 23+106+215=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #176AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176AD7 is #E89528. Grayscale: #5D5D5D. Windows color (decimal): -15242537 or 14117399. OLE color: 14117399.

HSL color Cylindrical-coordinate representation of color #176AD7: hue angle of 214.06º 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 #176AD7 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 23 106 215 -
CMYK 0.89 0.51 0 0.16
HSL 214.06º 0.81% 0.47% -
HSV(B) 214.06º 0.89% 0.84% -
XYZ 17.77 15.4 66.33 -
YUV 93.61 196.5 77.64 -
System Red Green Blue C M Y K H S L
Decimal 23 106 215 0.89 0.51 0 0.16 214.06 0.81 0.47
Hex 17 6A D7 59 33 0 10 D6 51 2F
Octal 27 152 327 131 63 0 20 326 121 57
Binary 10111 1101010 11010111 1011001 110011 0 10000 11010110 1010001 101111

Color Harmonies of #176AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176AD7

Black with #176AD7

Text Example


Text Example

White with #176AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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