#1157ED

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

Shades of Navy Blue #1157ED

Tints of Navy Blue #1157ED

Color information

#1157ED (or 0x1157ED) is unknown color: approx Navy Blue. HEX triplet: 11, 57 and ED. RGB value is (17,87,237). Sum of RGB (Red+Green+Blue) = 17+87+237=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #1157ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1157ED is #EEA812. Grayscale: #525252. Windows color (decimal): -15640595 or 15554321. OLE color: 15554321.

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

Color convert

RGB1787237-
CMYK0.930.6300.07
HSL220.91º86.61%49.8%-
HSV(B)220.91º92.83%92.94%-
XYZ18.9313.0581.64-
YUV83.17214.8180.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.99%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 237 (92.97% from 255) = 69.50%
R=4.99%
G=25.51%
B=69.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17872370.930.6300.07220.9186.6149.8
Hex1157ED5D3F07dd5732
Octal21127355135770733512762
Binary1000110101111110110110111011111110111110111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1157ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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