Html Css Color HEX #177CCC Navy Blue

📋 copy color: '#177CCC'

red 23 ◦ green 124 ◦ blue 204

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

Shades of Navy Blue #177CCC

Tints of Navy Blue #177CCC

RGB

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

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

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

R = 6.55%
G = 35.33%
B = 58.12%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#177CCC (or 0x177CCC) is known color: Navy Blue. HEX triplet: 17, 7C and CC. RGB value is (23,124,204). Sum of RGB (Red+Green+Blue) = 23+124+204=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #177CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177CCC is #E88333. Grayscale: #666666. Windows color (decimal): -15237940 or 13401111. OLE color: 13401111.

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

Color convert

RGB 23 124 204 -
CMYK 0.89 0.39 0 0.2
HSL 206.52º 0.8% 0.45% -
HSV(B) 206.52º 0.89% 0.8% -
XYZ 18.46 18.96 59.81 -
YUV 102.92 185.04 71 -
System Red Green Blue C M Y K H S L
Decimal 23 124 204 0.89 0.39 0 0.2 206.52 0.8 0.45
Hex 17 7C CC 59 27 0 14 CF 50 2D
Octal 27 174 314 131 47 0 24 317 120 55
Binary 10111 1111100 11001100 1011001 100111 0 10100 11001111 1010000 101101

Color Harmonies of #177CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177CCC

Black with #177CCC

Text Example


Text Example

White with #177CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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