Html Css Color HEX #1177C9 Navy Blue

📋 copy color: '#1177C9'

red 17 ◦ green 119 ◦ blue 201

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

Shades of Navy Blue #1177C9

Tints of Navy Blue #1177C9

RGB

 RED value IS 17 (7.03% from 255) = 5.04%

 GREEN value IS 119 (46.88% from 255) = 35.31%

 BLUE value IS 201 (78.91% from 255) = 59.64%

R = 5.04%
G = 35.31%
B = 59.64%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1177C9 (or 0x1177C9) is known color: Navy Blue. HEX triplet: 11, 77 and C9. RGB value is (17,119,201). Sum of RGB (Red+Green+Blue) = 17+119+201=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 201 (78.91% from 255 or 59.64% from 337); Max value from RGB is 201 - color contains mainly: blue. Hex color #1177C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177C9 is #EE8836. Grayscale: #616161. Windows color (decimal): -15632439 or 13203217. OLE color: 13203217.

HSL color Cylindrical-coordinate representation of color #1177C9: hue angle of 206.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1177C9 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 119 201 -
CMYK 0.92 0.41 0 0.21
HSL 206.74º 0.84% 0.43% -
HSV(B) 206.74º 0.92% 0.79% -
XYZ 17.37 17.53 57.73 -
YUV 97.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 17 119 201 0.92 0.41 0 0.21 206.74 0.84 0.43
Hex 11 77 C9 5C 29 0 15 CF 54 2B
Octal 21 167 311 134 51 0 25 317 124 53
Binary 10001 1110111 11001001 1011100 101001 0 10101 11001111 1010100 101011

Color Harmonies of #1177C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1177C9

Black with #1177C9

Text Example


Text Example

White with #1177C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1177C9; }

 p { color: rgb(17,119,201); }

 H1.HeaderClassName
 {
   color: #1177C9;
 }
 .AnyTagClassName
 {
   color: #1177C9;
 }
</style>

background-color css

<style>
 a { background-color: #1177C9; }

 a { background-color: rgb(17,119,201); }

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

border-color css

<style>
 span { border-color: #1177C9; }

 span { border-color: rgb(17,119,201); }

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