Html Css Color HEX #1160EB Navy Blue

📋 copy color: '#1160EB'

red 17 ◦ green 96 ◦ blue 235

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

Shades of Navy Blue #1160EB

Tints of Navy Blue #1160EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.53%

R = 4.89%
G = 27.59%
B = 67.53%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1160EB (or 0x1160EB) is known color: Navy Blue. HEX triplet: 11, 60 and EB. RGB value is (17,96,235). Sum of RGB (Red+Green+Blue) = 17+96+235=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #1160EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1160EB is #EE9F14. Grayscale: #575757. Windows color (decimal): -15638293 or 15425553. OLE color: 15425553.

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

Color convert

RGB 17 96 235 -
CMYK 0.93 0.59 0 0.08
HSL 218.26º 0.87% 0.49% -
HSV(B) 218.26º 0.93% 0.92% -
XYZ 19.41 14.48 80.37 -
YUV 88.23 210.83 77.2 -
System Red Green Blue C M Y K H S L
Decimal 17 96 235 0.93 0.59 0 0.08 218.26 0.87 0.49
Hex 11 60 EB 5D 3B 0 8 DA 57 31
Octal 21 140 353 135 73 0 10 332 127 61
Binary 10001 1100000 11101011 1011101 111011 0 1000 11011010 1010111 110001

Color Harmonies of #1160EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160EB

Black with #1160EB

Text Example


Text Example

White with #1160EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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