Html Css Color HEX #1160ED Navy Blue

📋 copy color: '#1160ED'

red 17 ◦ green 96 ◦ blue 237

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

Shades of Navy Blue #1160ED

Tints of Navy Blue #1160ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 4.86%
G = 27.43%
B = 67.71%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1160ED (or 0x1160ED) is known color: Navy Blue. HEX triplet: 11, 60 and ED. RGB value is (17,96,237). Sum of RGB (Red+Green+Blue) = 17+96+237=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #1160ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1160ED is #EE9F12. Grayscale: #575757. Windows color (decimal): -15638291 or 15556625. OLE color: 15556625.

HSL color Cylindrical-coordinate representation of color #1160ED: hue angle of 218.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1160ED is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 96 237 -
CMYK 0.93 0.59 0 0.07
HSL 218.45º 0.87% 0.5% -
HSV(B) 218.45º 0.93% 0.93% -
XYZ 19.7 14.6 81.9 -
YUV 88.45 211.83 77.04 -
System Red Green Blue C M Y K H S L
Decimal 17 96 237 0.93 0.59 0 0.07 218.45 0.87 0.5
Hex 11 60 ED 5D 3B 0 7 DA 57 32
Octal 21 140 355 135 73 0 7 332 127 62
Binary 10001 1100000 11101101 1011101 111011 0 111 11011010 1010111 110010

Color Harmonies of #1160ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160ED

Black with #1160ED

Text Example


Text Example

White with #1160ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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