Html Css Color HEX #1179CC Navy Blue

📋 copy color: '#1179CC'

red 17 ◦ green 121 ◦ blue 204

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

Shades of Navy Blue #1179CC

Tints of Navy Blue #1179CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

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

R = 4.97%
G = 35.38%
B = 59.65%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1179CC (or 0x1179CC) is known color: Navy Blue. HEX triplet: 11, 79 and CC. RGB value is (17,121,204). Sum of RGB (Red+Green+Blue) = 17+121+204=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #1179CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1179CC is #EE8633. Grayscale: #626262. Windows color (decimal): -15631924 or 13400337. OLE color: 13400337.

HSL color Cylindrical-coordinate representation of color #1179CC: hue angle of 206.63º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1179CC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 121 204 -
CMYK 0.92 0.41 0 0.2
HSL 206.63º 0.85% 0.43% -
HSV(B) 206.63º 0.92% 0.8% -
XYZ 17.97 18.15 59.68 -
YUV 99.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 17 121 204 0.92 0.41 0 0.2 206.63 0.85 0.43
Hex 11 79 CC 5C 29 0 14 CF 55 2B
Octal 21 171 314 134 51 0 24 317 125 53
Binary 10001 1111001 11001100 1011100 101001 0 10100 11001111 1010101 101011

Color Harmonies of #1179CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179CC

Black with #1179CC

Text Example


Text Example

White with #1179CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1179CC; }

 p { color: rgb(17,121,204); }

 H1.HeaderClassName
 {
   color: #1179CC;
 }
 .AnyTagClassName
 {
   color: #1179CC;
 }
</style>

background-color css

<style>
 a { background-color: #1179CC; }

 a { background-color: rgb(17,121,204); }

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

border-color css

<style>
 span { border-color: #1179CC; }

 span { border-color: rgb(17,121,204); }

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