#115FE0

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

Shades of Navy Blue #115FE0

Tints of Navy Blue #115FE0

Color information

#115FE0 (or 0x115FE0) is unknown color: approx Navy Blue. HEX triplet: 11, 5F and E0. RGB value is (17,95,224). Sum of RGB (Red+Green+Blue) = 17+95+224=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #115FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FE0 is #EEA01F. Grayscale: #555555. Windows color (decimal): -15638560 or 14704401. OLE color: 14704401.

HSL color Cylindrical-coordinate representation of color #115FE0: hue angle of 217.39º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115FE0 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1795224-
CMYK0.920.5800.12
HSL217.39º85.89%47.25%-
HSV(B)217.39º92.41%87.84%-
XYZ17.7813.6972.23-
YUV86.38205.6678.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.06%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 224 (87.89% from 255) = 66.67%
R=5.06%
G=28.27%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal17952240.920.5800.12217.3985.8947.25
Hex115FE05C3A0Cd9562f
Octal211373401347201433112657
Binary10001101111111100000101110011101001100110110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,95,224); }

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

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

 a { background-color: rgb(17,95,224); }

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

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

 span { border-color: rgb(17,95,224); }

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