Html Css Color HEX #1160DB Navy Blue

📋 copy color: '#1160DB'

red 17 ◦ green 96 ◦ blue 219

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

Shades of Navy Blue #1160DB

Tints of Navy Blue #1160DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 5.12%
G = 28.92%
B = 65.96%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1160DB (or 0x1160DB) is known color: Navy Blue. HEX triplet: 11, 60 and DB. RGB value is (17,96,219). Sum of RGB (Red+Green+Blue) = 17+96+219=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #1160DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1160DB is #EE9F24. Grayscale: #555555. Windows color (decimal): -15638309 or 14376977. OLE color: 14376977.

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

Color convert

RGB 17 96 219 -
CMYK 0.92 0.56 0 0.14
HSL 216.53º 0.86% 0.46% -
HSV(B) 216.53º 0.92% 0.86% -
XYZ 17.2 13.6 68.74 -
YUV 86.4 202.83 78.5 -
System Red Green Blue C M Y K H S L
Decimal 17 96 219 0.92 0.56 0 0.14 216.53 0.86 0.46
Hex 11 60 DB 5C 38 0 E D9 56 2E
Octal 21 140 333 134 70 0 16 331 126 56
Binary 10001 1100000 11011011 1011100 111000 0 1110 11011001 1010110 101110

Color Harmonies of #1160DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160DB

Black with #1160DB

Text Example


Text Example

White with #1160DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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