#1170ED

Color #1170ED Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1170ED

Tints of Navy Blue #1170ED

Color information

#1170ED (or 0x1170ED) is unknown color: approx Navy Blue. HEX triplet: 11, 70 and ED. RGB value is (17,112,237). Sum of RGB (Red+Green+Blue) = 17+112+237=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #1170ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1170ED is #EE8F12. Grayscale: #616161. Windows color (decimal): -15634195 or 15560721. OLE color: 15560721.

HSL color Cylindrical-coordinate representation of color #1170ED: hue angle of 214.09º 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 #1170ED is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17112237-
CMYK0.930.5300.07
HSL214.09º86.61%49.8%-
HSV(B)214.09º92.83%92.94%-
XYZ21.3117.8282.44-
YUV97.84206.5370.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.64%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 237 (92.97% from 255) = 64.75%
R=4.64%
G=30.60%
B=64.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171122370.930.5300.07214.0986.6149.8
Hex1170ED5D3507d65732
Octal21160355135650732612762
Binary1000111100001110110110111011101010111110101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1170ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1170ED;
 }
 .AnyTagClassName
 {
   color: #1170ED;
 }
</style>
background-color css

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

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

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

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

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

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