Html Css Color HEX #176BDF Navy Blue

📋 copy color: '#176BDF'

red 23 ◦ green 107 ◦ blue 223

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

Shades of Navy Blue #176BDF

Tints of Navy Blue #176BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

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

R = 6.52%
G = 30.31%
B = 63.17%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#176BDF (or 0x176BDF) is known color: Navy Blue. HEX triplet: 17, 6B and DF. RGB value is (23,107,223). Sum of RGB (Red+Green+Blue) = 23+107+223=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #176BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176BDF is #E89420. Grayscale: #5E5E5E. Windows color (decimal): -15242273 or 14641943. OLE color: 14641943.

HSL color Cylindrical-coordinate representation of color #176BDF: hue angle of 214.8º 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 #176BDF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 107 223 -
CMYK 0.90 0.52 0 0.13
HSL 214.8º 0.81% 0.48% -
HSV(B) 214.8º 0.9% 0.87% -
XYZ 18.93 16.03 71.91 -
YUV 95.11 200.17 76.57 -
System Red Green Blue C M Y K H S L
Decimal 23 107 223 0.90 0.52 0 0.13 214.8 0.81 0.48
Hex 17 6B DF 5A 34 0 D D7 51 30
Octal 27 153 337 132 64 0 15 327 121 60
Binary 10111 1101011 11011111 1011010 110100 0 1101 11010111 1010001 110000

Color Harmonies of #176BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176BDF

Black with #176BDF

Text Example


Text Example

White with #176BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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