Html Css Color HEX #177CDD Navy Blue

📋 copy color: '#177CDD'

red 23 ◦ green 124 ◦ blue 221

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

Shades of Navy Blue #177CDD

Tints of Navy Blue #177CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 6.25%
G = 33.7%
B = 60.05%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#177CDD (or 0x177CDD) is known color: Navy Blue. HEX triplet: 17, 7C and DD. RGB value is (23,124,221). Sum of RGB (Red+Green+Blue) = 23+124+221=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #177CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177CDD is #E88322. Grayscale: #686868. Windows color (decimal): -15237923 or 14515223. OLE color: 14515223.

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

Color convert

RGB 23 124 221 -
CMYK 0.90 0.44 0 0.13
HSL 209.39º 0.81% 0.48% -
HSV(B) 209.39º 0.9% 0.87% -
XYZ 20.61 19.82 71.15 -
YUV 104.86 193.54 69.61 -
System Red Green Blue C M Y K H S L
Decimal 23 124 221 0.90 0.44 0 0.13 209.39 0.81 0.48
Hex 17 7C DD 5A 2C 0 D D1 51 30
Octal 27 174 335 132 54 0 15 321 121 60
Binary 10111 1111100 11011101 1011010 101100 0 1101 11010001 1010001 110000

Color Harmonies of #177CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177CDD

Black with #177CDD

Text Example


Text Example

White with #177CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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