Html Css Color HEX #177FD5 Navy Blue

📋 copy color: '#177FD5'

red 23 ◦ green 127 ◦ blue 213

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

Shades of Navy Blue #177FD5

Tints of Navy Blue #177FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 213 (83.59% from 255) = 58.68%

R = 6.34%
G = 34.99%
B = 58.68%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#177FD5 (or 0x177FD5) is known color: Navy Blue. HEX triplet: 17, 7F and D5. RGB value is (23,127,213). Sum of RGB (Red+Green+Blue) = 23+127+213=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #177FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177FD5 is #E8802A. Grayscale: #696969. Windows color (decimal): -15237163 or 13991703. OLE color: 13991703.

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

Color convert

RGB 23 127 213 -
CMYK 0.89 0.40 0 0.16
HSL 207.16º 0.81% 0.46% -
HSV(B) 207.16º 0.89% 0.84% -
XYZ 19.95 20.17 65.79 -
YUV 105.71 188.54 69.01 -
System Red Green Blue C M Y K H S L
Decimal 23 127 213 0.89 0.40 0 0.16 207.16 0.81 0.46
Hex 17 7F D5 59 28 0 10 CF 51 2E
Octal 27 177 325 131 50 0 20 317 121 56
Binary 10111 1111111 11010101 1011001 101000 0 10000 11001111 1010001 101110

Color Harmonies of #177FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177FD5

Black with #177FD5

Text Example


Text Example

White with #177FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177FD5; }

 p { color: rgb(23,127,213); }

 H1.HeaderClassName
 {
   color: #177FD5;
 }
 .AnyTagClassName
 {
   color: #177FD5;
 }
</style>

background-color css

<style>
 a { background-color: #177FD5; }

 a { background-color: rgb(23,127,213); }

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

border-color css

<style>
 span { border-color: #177FD5; }

 span { border-color: rgb(23,127,213); }

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