Html Css Color HEX #1171DB Navy Blue

📋 copy color: '#1171DB'

red 17 ◦ green 113 ◦ blue 219

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

Shades of Navy Blue #1171DB

Tints of Navy Blue #1171DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 4.87%
G = 32.38%
B = 62.75%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1171DB (or 0x1171DB) is known color: Navy Blue. HEX triplet: 11, 71 and DB. RGB value is (17,113,219). Sum of RGB (Red+Green+Blue) = 17+113+219=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #1171DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171DB is #EE8E24. Grayscale: #5F5F5F. Windows color (decimal): -15633957 or 14381329. OLE color: 14381329.

HSL color Cylindrical-coordinate representation of color #1171DB: hue angle of 211.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1171DB is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 113 219 -
CMYK 0.92 0.48 0 0.14
HSL 211.49º 0.86% 0.46% -
HSV(B) 211.49º 0.92% 0.86% -
XYZ 18.92 17.04 69.31 -
YUV 96.38 197.2 71.38 -
System Red Green Blue C M Y K H S L
Decimal 17 113 219 0.92 0.48 0 0.14 211.49 0.86 0.46
Hex 11 71 DB 5C 30 0 E D3 56 2E
Octal 21 161 333 134 60 0 16 323 126 56
Binary 10001 1110001 11011011 1011100 110000 0 1110 11010011 1010110 101110

Color Harmonies of #1171DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1171DB

Black with #1171DB

Text Example


Text Example

White with #1171DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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