Html Css Color HEX #177FD1 Navy Blue

📋 copy color: '#177FD1'

red 23 ◦ green 127 ◦ blue 209

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

Shades of Navy Blue #177FD1

Tints of Navy Blue #177FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.22%

R = 6.41%
G = 35.38%
B = 58.22%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#177FD1 (or 0x177FD1) is known color: Navy Blue. HEX triplet: 17, 7F and D1. RGB value is (23,127,209). Sum of RGB (Red+Green+Blue) = 23+127+209=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #177FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177FD1 is #E8802E. Grayscale: #686868. Windows color (decimal): -15237167 or 13729559. OLE color: 13729559.

HSL color Cylindrical-coordinate representation of color #177FD1: hue angle of 206.45º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177FD1 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 23 127 209 -
CMYK 0.89 0.39 0 0.18
HSL 206.45º 0.8% 0.45% -
HSV(B) 206.45º 0.89% 0.82% -
XYZ 19.45 19.96 63.15 -
YUV 105.25 186.54 69.33 -
System Red Green Blue C M Y K H S L
Decimal 23 127 209 0.89 0.39 0 0.18 206.45 0.8 0.45
Hex 17 7F D1 59 27 0 12 CE 50 2D
Octal 27 177 321 131 47 0 22 316 120 55
Binary 10111 1111111 11010001 1011001 100111 0 10010 11001110 1010000 101101

Color Harmonies of #177FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177FD1

Black with #177FD1

Text Example


Text Example

White with #177FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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