Html Css Color HEX #176FDF Navy Blue

📋 copy color: '#176FDF'

red 23 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #176FDF

Tints of Navy Blue #176FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 6.44%
G = 31.09%
B = 62.46%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#176FDF (or 0x176FDF) is known color: Navy Blue. HEX triplet: 17, 6F and DF. RGB value is (23,111,223). Sum of RGB (Red+Green+Blue) = 23+111+223=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #176FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176FDF is #E89020. Grayscale: #606060. Windows color (decimal): -15241249 or 14642967. OLE color: 14642967.

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

Color convert

RGB 23 111 223 -
CMYK 0.90 0.50 0 0.13
HSL 213.6º 0.81% 0.48% -
HSV(B) 213.6º 0.9% 0.87% -
XYZ 19.36 16.88 72.05 -
YUV 97.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 23 111 223 0.90 0.50 0 0.13 213.6 0.81 0.48
Hex 17 6F DF 5A 32 0 D D6 51 30
Octal 27 157 337 132 62 0 15 326 121 60
Binary 10111 1101111 11011111 1011010 110010 0 1101 11010110 1010001 110000

Color Harmonies of #176FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176FDF

Black with #176FDF

Text Example


Text Example

White with #176FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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