#115AD7

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

Shades of Navy Blue #115AD7

Tints of Navy Blue #115AD7

Color information

#115AD7 (or 0x115AD7) is unknown color: approx Navy Blue. HEX triplet: 11, 5A and D7. RGB value is (17,90,215). Sum of RGB (Red+Green+Blue) = 17+90+215=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #115AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AD7 is #EEA528. Grayscale: #515151. Windows color (decimal): -15639849 or 14113297. OLE color: 14113297.

HSL color Cylindrical-coordinate representation of color #115AD7: hue angle of 217.88º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115AD7 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1790215-
CMYK0.920.5800.16
HSL217.88º85.34%45.49%-
HSV(B)217.88º92.09%84.31%-
XYZ16.1512.3465.82-
YUV82.42202.8281.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.28%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 215 (84.38% from 255) = 66.77%
R=5.28%
G=27.95%
B=66.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17902150.920.5800.16217.8885.3445.49
Hex115AD75C3A010da552d
Octal211323271347202033212555
Binary100011011010110101111011100111010010000110110101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115AD7; }

 p { color: rgb(17,90,215); }

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

<style>
 a { background-color: #115AD7; }

 a { background-color: rgb(17,90,215); }

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

<style>
 span { border-color: #115AD7; }

 span { border-color: rgb(17,90,215); }

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