Html Css Color HEX #177DD1 Navy Blue

📋 copy color: '#177DD1'

red 23 ◦ green 125 ◦ blue 209

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

Shades of Navy Blue #177DD1

Tints of Navy Blue #177DD1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.01%

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

R = 6.44%
G = 35.01%
B = 58.54%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#177DD1 (or 0x177DD1) is known color: Navy Blue. HEX triplet: 17, 7D and D1. RGB value is (23,125,209). Sum of RGB (Red+Green+Blue) = 23+125+209=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #177DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DD1 is #E8822E. Grayscale: #676767. Windows color (decimal): -15237679 or 13729047. OLE color: 13729047.

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

Color convert

RGB 23 125 209 -
CMYK 0.89 0.40 0 0.18
HSL 207.1º 0.8% 0.45% -
HSV(B) 207.1º 0.89% 0.82% -
XYZ 19.2 19.45 63.06 -
YUV 104.08 187.21 70.17 -
System Red Green Blue C M Y K H S L
Decimal 23 125 209 0.89 0.40 0 0.18 207.1 0.8 0.45
Hex 17 7D D1 59 28 0 12 CF 50 2D
Octal 27 175 321 131 50 0 22 317 120 55
Binary 10111 1111101 11010001 1011001 101000 0 10010 11001111 1010000 101101

Color Harmonies of #177DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177DD1

Black with #177DD1

Text Example


Text Example

White with #177DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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