Html Css Color HEX #1170DB Navy Blue

📋 copy color: '#1170DB'

red 17 ◦ green 112 ◦ blue 219

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

Shades of Navy Blue #1170DB

Tints of Navy Blue #1170DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 4.89%
G = 32.18%
B = 62.93%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1170DB (or 0x1170DB) is known color: Navy Blue. HEX triplet: 11, 70 and DB. RGB value is (17,112,219). Sum of RGB (Red+Green+Blue) = 17+112+219=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #1170DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170DB is #EE8F24. Grayscale: #5F5F5F. Windows color (decimal): -15634213 or 14381073. OLE color: 14381073.

HSL color Cylindrical-coordinate representation of color #1170DB: hue angle of 211.78º 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 #1170DB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 112 219 -
CMYK 0.92 0.49 0 0.14
HSL 211.78º 0.86% 0.46% -
HSV(B) 211.78º 0.92% 0.86% -
XYZ 18.81 16.82 69.27 -
YUV 95.79 197.53 71.8 -
System Red Green Blue C M Y K H S L
Decimal 17 112 219 0.92 0.49 0 0.14 211.78 0.86 0.46
Hex 11 70 DB 5C 31 0 E D4 56 2E
Octal 21 160 333 134 61 0 16 324 126 56
Binary 10001 1110000 11011011 1011100 110001 0 1110 11010100 1010110 101110

Color Harmonies of #1170DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170DB

Black with #1170DB

Text Example


Text Example

White with #1170DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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