#1168ED

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

Shades of Navy Blue #1168ED

Tints of Navy Blue #1168ED

Color information

#1168ED (or 0x1168ED) is unknown color: approx Navy Blue. HEX triplet: 11, 68 and ED. RGB value is (17,104,237). Sum of RGB (Red+Green+Blue) = 17+104+237=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #1168ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168ED is #EE9712. Grayscale: #5C5C5C. Windows color (decimal): -15636243 or 15558673. OLE color: 15558673.

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

Color convert

RGB17104237-
CMYK0.930.5600.07
HSL216.27º86.61%49.8%-
HSV(B)216.27º92.83%92.94%-
XYZ20.4716.1382.16-
YUV93.15209.1873.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.75%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 237 (92.97% from 255) = 66.20%
R=4.75%
G=29.05%
B=66.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171042370.930.5600.07216.2786.6149.8
Hex1168ED5D3807d85732
Octal21150355135700733012762
Binary1000111010001110110110111011110000111110110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1168ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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