Html Css Color HEX #176DD6 Navy Blue

📋 copy color: '#176DD6'

red 23 ◦ green 109 ◦ blue 214

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

Shades of Navy Blue #176DD6

Tints of Navy Blue #176DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 61.85%

R = 6.65%
G = 31.5%
B = 61.85%

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

#176DD6 (or 0x176DD6) is known color: Navy Blue. HEX triplet: 17, 6D and D6. RGB value is (23,109,214). Sum of RGB (Red+Green+Blue) = 23+109+214=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 214 (83.98% from 255 or 61.85% from 346); Max value from RGB is 214 - color contains mainly: blue. Hex color #176DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176DD6 is #E89229. Grayscale: #5E5E5E. Windows color (decimal): -15241770 or 14052631. OLE color: 14052631.

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

Color convert

RGB 23 109 214 -
CMYK 0.89 0.49 0 0.16
HSL 212.98º 0.81% 0.46% -
HSV(B) 212.98º 0.89% 0.84% -
XYZ 17.96 15.97 65.76 -
YUV 95.26 195.01 76.46 -
System Red Green Blue C M Y K H S L
Decimal 23 109 214 0.89 0.49 0 0.16 212.98 0.81 0.46
Hex 17 6D D6 59 31 0 10 D5 51 2E
Octal 27 155 326 131 61 0 20 325 121 56
Binary 10111 1101101 11010110 1011001 110001 0 10000 11010101 1010001 101110

Color Harmonies of #176DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176DD6

Black with #176DD6

Text Example


Text Example

White with #176DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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