#115AFF

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

Shades of Navy Blue #115AFF

Tints of Navy Blue #115AFF

Color information

#115AFF (or 0x115AFF) is unknown color: approx Navy Blue. HEX triplet: 11, 5A and FF. RGB value is (17,90,255). Sum of RGB (Red+Green+Blue) = 17+90+255=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #115AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AFF is #EEA500. Grayscale: #565656. Windows color (decimal): -15639809 or 16734737. OLE color: 16734737.

HSL color Cylindrical-coordinate representation of color #115AFF: hue angle of 221.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AFF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1790255-
CMYK0.930.6500
HSL221.6º100%53.33%-
HSV(B)221.6º93.33%100%-
XYZ21.9414.6596.28-
YUV86.98222.8278.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.70%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 255 (100% from 255) = 70.44%
R=4.70%
G=24.86%
B=70.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17902550.930.6500221.610053.33
Hex115AFF5D4100de6435
Octal211323771351010033614465
Binary100011011010111111111011101100000100110111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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