Html Css Color HEX #1160F0 Navy Blue

📋 copy color: '#1160F0'

red 17 ◦ green 96 ◦ blue 240

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

Shades of Navy Blue #1160F0

Tints of Navy Blue #1160F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.99%

R = 4.82%
G = 27.2%
B = 67.99%

CMYK

 C value IS 0.93

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1160F0 (or 0x1160F0) is known color: Navy Blue. HEX triplet: 11, 60 and F0. RGB value is (17,96,240). Sum of RGB (Red+Green+Blue) = 17+96+240=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #1160F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1160F0 is #EE9F0F. Grayscale: #585858. Windows color (decimal): -15638288 or 15753233. OLE color: 15753233.

HSL color Cylindrical-coordinate representation of color #1160F0: hue angle of 218.74º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1160F0 is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 96 240 -
CMYK 0.93 0.6 0 0.06
HSL 218.74º 0.88% 0.5% -
HSV(B) 218.74º 0.93% 0.94% -
XYZ 20.14 14.78 84.23 -
YUV 88.8 213.33 76.79 -
System Red Green Blue C M Y K H S L
Decimal 17 96 240 0.93 0.6 0 0.06 218.74 0.88 0.5
Hex 11 60 F0 5D 3C 0 6 DB 58 32
Octal 21 140 360 135 74 0 6 333 130 62
Binary 10001 1100000 11110000 1011101 111100 0 110 11011011 1011000 110010

Color Harmonies of #1160F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160F0

Black with #1160F0

Text Example


Text Example

White with #1160F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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