Html Css Color HEX #177DDD Navy Blue

📋 copy color: '#177DDD'

red 23 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #177DDD

Tints of Navy Blue #177DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 6.23%
G = 33.88%
B = 59.89%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#177DDD (or 0x177DDD) is known color: Navy Blue. HEX triplet: 17, 7D and DD. RGB value is (23,125,221). Sum of RGB (Red+Green+Blue) = 23+125+221=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #177DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DDD is #E88222. Grayscale: #686868. Windows color (decimal): -15237667 or 14515479. OLE color: 14515479.

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

Color convert

RGB 23 125 221 -
CMYK 0.90 0.43 0 0.13
HSL 209.09º 0.81% 0.48% -
HSV(B) 209.09º 0.9% 0.87% -
XYZ 20.74 20.07 71.19 -
YUV 105.45 193.21 69.19 -
System Red Green Blue C M Y K H S L
Decimal 23 125 221 0.90 0.43 0 0.13 209.09 0.81 0.48
Hex 17 7D DD 5A 2B 0 D D1 51 30
Octal 27 175 335 132 53 0 15 321 121 60
Binary 10111 1111101 11011101 1011010 101011 0 1101 11010001 1010001 110000

Color Harmonies of #177DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177DDD

Black with #177DDD

Text Example


Text Example

White with #177DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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