Html Css Color HEX #176FDC Navy Blue

📋 copy color: '#176FDC'

red 23 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #176FDC

Tints of Navy Blue #176FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 6.5%
G = 31.36%
B = 62.15%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#176FDC (or 0x176FDC) is known color: Navy Blue. HEX triplet: 17, 6F and DC. RGB value is (23,111,220). Sum of RGB (Red+Green+Blue) = 23+111+220=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #176FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176FDC is #E89023. Grayscale: #606060. Windows color (decimal): -15241252 or 14446359. OLE color: 14446359.

HSL color Cylindrical-coordinate representation of color #176FDC: hue angle of 213.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176FDC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 111 220 -
CMYK 0.90 0.50 0 0.14
HSL 213.2º 0.81% 0.48% -
HSV(B) 213.2º 0.9% 0.86% -
XYZ 18.96 16.72 69.94 -
YUV 97.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 23 111 220 0.90 0.50 0 0.14 213.2 0.81 0.48
Hex 17 6F DC 5A 32 0 E D5 51 30
Octal 27 157 334 132 62 0 16 325 121 60
Binary 10111 1101111 11011100 1011010 110010 0 1110 11010101 1010001 110000

Color Harmonies of #176FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176FDC

Black with #176FDC

Text Example


Text Example

White with #176FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,111,220); }

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

background-color css

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

 a { background-color: rgb(23,111,220); }

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

border-color css

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

 span { border-color: rgb(23,111,220); }

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