Html Css Color HEX #1160FA Navy Blue

📋 copy color: '#1160FA'

red 17 ◦ green 96 ◦ blue 250

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

Shades of Navy Blue #1160FA

Tints of Navy Blue #1160FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 4.68%
G = 26.45%
B = 68.87%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1160FA (or 0x1160FA) is known color: Navy Blue. HEX triplet: 11, 60 and FA. RGB value is (17,96,250). Sum of RGB (Red+Green+Blue) = 17+96+250=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #1160FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1160FA is #EE9F05. Grayscale: #595959. Windows color (decimal): -15638278 or 16408593. OLE color: 16408593.

HSL color Cylindrical-coordinate representation of color #1160FA: hue angle of 219.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1160FA is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 96 250 -
CMYK 0.93 0.62 0 0.02
HSL 219.66º 0.96% 0.52% -
HSV(B) 219.66º 0.93% 0.98% -
XYZ 21.67 15.39 92.27 -
YUV 89.94 218.33 75.98 -
System Red Green Blue C M Y K H S L
Decimal 17 96 250 0.93 0.62 0 0.02 219.66 0.96 0.52
Hex 11 60 FA 5D 3E 0 2 DC 60 34
Octal 21 140 372 135 76 0 2 334 140 64
Binary 10001 1100000 11111010 1011101 111110 0 10 11011100 1100000 110100

Color Harmonies of #1160FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160FA

Black with #1160FA

Text Example


Text Example

White with #1160FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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