#1154FA

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

Shades of Navy Blue #1154FA

Tints of Navy Blue #1154FA

Color information

#1154FA (or 0x1154FA) is unknown color: approx Navy Blue. HEX triplet: 11, 54 and FA. RGB value is (17,84,250). Sum of RGB (Red+Green+Blue) = 17+84+250=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #1154FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1154FA is #EEAB05. Grayscale: #525252. Windows color (decimal): -15641350 or 16405521. OLE color: 16405521.

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

Color convert

RGB1784250-
CMYK0.930.6600.02
HSL222.75º95.88%52.35%-
HSV(B)222.75º93.2%98.04%-
XYZ20.6613.3691.93-
YUV82.89222.381-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.84%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 250 (98.05% from 255) = 71.23%
R=4.84%
G=23.93%
B=71.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17842500.930.6600.02222.7595.8852.35
Hex1154FA5D4202df6034
Octal211243721351020233714064
Binary1000110101001111101010111011000010010110111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1154FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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