Html Css Color HEX #177ACC Navy Blue

📋 copy color: '#177ACC'

red 23 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #177ACC

Tints of Navy Blue #177ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 6.59%
G = 34.96%
B = 58.45%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#177ACC (or 0x177ACC) is known color: Navy Blue. HEX triplet: 17, 7A and CC. RGB value is (23,122,204). Sum of RGB (Red+Green+Blue) = 23+122+204=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #177ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177ACC is #E88533. Grayscale: #656565. Windows color (decimal): -15238452 or 13400599. OLE color: 13400599.

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

Color convert

RGB 23 122 204 -
CMYK 0.89 0.40 0 0.2
HSL 207.18º 0.8% 0.45% -
HSV(B) 207.18º 0.89% 0.8% -
XYZ 18.21 18.46 59.73 -
YUV 101.75 185.7 71.83 -
System Red Green Blue C M Y K H S L
Decimal 23 122 204 0.89 0.40 0 0.2 207.18 0.8 0.45
Hex 17 7A CC 59 28 0 14 CF 50 2D
Octal 27 172 314 131 50 0 24 317 120 55
Binary 10111 1111010 11001100 1011001 101000 0 10100 11001111 1010000 101101

Color Harmonies of #177ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177ACC

Black with #177ACC

Text Example


Text Example

White with #177ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,122,204); }

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

background-color css

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

 a { background-color: rgb(23,122,204); }

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

border-color css

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

 span { border-color: rgb(23,122,204); }

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