#1154F5

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

Shades of Navy Blue #1154F5

Tints of Navy Blue #1154F5

Color information

#1154F5 (or 0x1154F5) is unknown color: approx Navy Blue. HEX triplet: 11, 54 and F5. RGB value is (17,84,245). Sum of RGB (Red+Green+Blue) = 17+84+245=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 245 (96.09% from 255 or 70.81% from 346); Max value from RGB is 245 - color contains mainly: blue. Hex color #1154F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1154F5 is #EEAB0A. Grayscale: #515151. Windows color (decimal): -15641355 or 16077841. OLE color: 16077841.

HSL color Cylindrical-coordinate representation of color #1154F5: hue angle of 222.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1154F5 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1784245-
CMYK0.930.6600.04
HSL222.37º91.94%51.37%-
HSV(B)222.37º93.06%96.08%-
XYZ19.8813.0587.86-
YUV82.32219.881.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.91%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 245 (96.09% from 255) = 70.81%
R=4.91%
G=24.28%
B=70.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal17842450.930.6600.04222.3791.9451.37
Hex1154F55D4204de5c33
Octal211243651351020433613463
Binary10001101010011110101101110110000100100110111101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1154F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1154F5; }

 p { color: rgb(17,84,245); }

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

<style>
 a { background-color: #1154F5; }

 a { background-color: rgb(17,84,245); }

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

<style>
 span { border-color: #1154F5; }

 span { border-color: rgb(17,84,245); }

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