Html Css Color HEX #1179DA Navy Blue

📋 copy color: '#1179DA'

red 17 ◦ green 121 ◦ blue 218

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

Shades of Navy Blue #1179DA

Tints of Navy Blue #1179DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.24%

R = 4.78%
G = 33.99%
B = 61.24%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1179DA (or 0x1179DA) is known color: Navy Blue. HEX triplet: 11, 79 and DA. RGB value is (17,121,218). Sum of RGB (Red+Green+Blue) = 17+121+218=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #1179DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1179DA is #EE8625. Grayscale: #646464. Windows color (decimal): -15631910 or 14317841. OLE color: 14317841.

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

Color convert

RGB 17 121 218 -
CMYK 0.92 0.44 0 0.15
HSL 208.96º 0.86% 0.46% -
HSV(B) 208.96º 0.92% 0.85% -
XYZ 19.72 18.86 68.93 -
YUV 100.96 194.04 68.11 -
System Red Green Blue C M Y K H S L
Decimal 17 121 218 0.92 0.44 0 0.15 208.96 0.86 0.46
Hex 11 79 DA 5C 2C 0 F D1 56 2E
Octal 21 171 332 134 54 0 17 321 126 56
Binary 10001 1111001 11011010 1011100 101100 0 1111 11010001 1010110 101110

Color Harmonies of #1179DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179DA

Black with #1179DA

Text Example


Text Example

White with #1179DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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