Html Css Color HEX #177FCC Navy Blue

📋 copy color: '#177FCC'

red 23 ◦ green 127 ◦ blue 204

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

Shades of Navy Blue #177FCC

Tints of Navy Blue #177FCC

RGB

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

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

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

R = 6.5%
G = 35.88%
B = 57.63%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#177FCC (or 0x177FCC) is known color: Navy Blue. HEX triplet: 17, 7F and CC. RGB value is (23,127,204). Sum of RGB (Red+Green+Blue) = 23+127+204=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #177FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177FCC is #E88033. Grayscale: #686868. Windows color (decimal): -15237172 or 13401879. OLE color: 13401879.

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

Color convert

RGB 23 127 204 -
CMYK 0.89 0.38 0 0.2
HSL 205.52º 0.8% 0.45% -
HSV(B) 205.52º 0.89% 0.8% -
XYZ 18.84 19.72 59.94 -
YUV 104.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 23 127 204 0.89 0.38 0 0.2 205.52 0.8 0.45
Hex 17 7F CC 59 26 0 14 CE 50 2D
Octal 27 177 314 131 46 0 24 316 120 55
Binary 10111 1111111 11001100 1011001 100110 0 10100 11001110 1010000 101101

Color Harmonies of #177FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177FCC

Black with #177FCC

Text Example


Text Example

White with #177FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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