Html Css Color HEX #1171DA Navy Blue

📋 copy color: '#1171DA'

red 17 ◦ green 113 ◦ blue 218

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

Shades of Navy Blue #1171DA

Tints of Navy Blue #1171DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 4.89%
G = 32.47%
B = 62.64%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1171DA (or 0x1171DA) is known color: Navy Blue. HEX triplet: 11, 71 and DA. RGB value is (17,113,218). Sum of RGB (Red+Green+Blue) = 17+113+218=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #1171DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171DA is #EE8E25. Grayscale: #5F5F5F. Windows color (decimal): -15633958 or 14315793. OLE color: 14315793.

HSL color Cylindrical-coordinate representation of color #1171DA: hue angle of 211.34º 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 #1171DA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 113 218 -
CMYK 0.92 0.48 0 0.15
HSL 211.34º 0.86% 0.46% -
HSV(B) 211.34º 0.92% 0.85% -
XYZ 18.79 16.99 68.62 -
YUV 96.27 196.7 71.46 -
System Red Green Blue C M Y K H S L
Decimal 17 113 218 0.92 0.48 0 0.15 211.34 0.86 0.46
Hex 11 71 DA 5C 30 0 F D3 56 2E
Octal 21 161 332 134 60 0 17 323 126 56
Binary 10001 1110001 11011010 1011100 110000 0 1111 11010011 1010110 101110

Color Harmonies of #1171DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1171DA

Black with #1171DA

Text Example


Text Example

White with #1171DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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