Html Css Color HEX #1179CE Navy Blue

📋 copy color: '#1179CE'

red 17 ◦ green 121 ◦ blue 206

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

Shades of Navy Blue #1179CE

Tints of Navy Blue #1179CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 4.94%
G = 35.17%
B = 59.88%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1179CE (or 0x1179CE) is known color: Navy Blue. HEX triplet: 11, 79 and CE. RGB value is (17,121,206). Sum of RGB (Red+Green+Blue) = 17+121+206=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #1179CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1179CE is #EE8631. Grayscale: #636363. Windows color (decimal): -15631922 or 13531409. OLE color: 13531409.

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

Color convert

RGB 17 121 206 -
CMYK 0.92 0.41 0 0.19
HSL 206.98º 0.85% 0.44% -
HSV(B) 206.98º 0.92% 0.81% -
XYZ 18.21 18.25 60.96 -
YUV 99.59 188.04 69.09 -
System Red Green Blue C M Y K H S L
Decimal 17 121 206 0.92 0.41 0 0.19 206.98 0.85 0.44
Hex 11 79 CE 5C 29 0 13 CF 55 2C
Octal 21 171 316 134 51 0 23 317 125 54
Binary 10001 1111001 11001110 1011100 101001 0 10011 11001111 1010101 101100

Color Harmonies of #1179CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179CE

Black with #1179CE

Text Example


Text Example

White with #1179CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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