#1150FE

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

Shades of Navy Blue #1150FE

Tints of Navy Blue #1150FE

Color information

#1150FE (or 0x1150FE) is unknown color: approx Navy Blue. HEX triplet: 11, 50 and FE. RGB value is (17,80,254). Sum of RGB (Red+Green+Blue) = 17+80+254=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #1150FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1150FE is #EEAF01. Grayscale: #505050. Windows color (decimal): -15642370 or 16666641. OLE color: 16666641.

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

Color convert

RGB1780254-
CMYK0.930.6900.00
HSL224.05º99.16%53.14%-
HSV(B)224.05º93.31%99.61%-
XYZ20.9913.0195.17-
YUV81225.6382.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.84%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 254 (99.61% from 255) = 72.36%
R=4.84%
G=22.79%
B=72.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17802540.930.6900.00224.0599.1653.14
Hex1150FE5D4500e06335
Octal211203761351050034014365
Binary100011010000111111101011101100010100111000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1150FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1150FE; }

 p { color: rgb(17,80,254); }

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

<style>
 a { background-color: #1150FE; }

 a { background-color: rgb(17,80,254); }

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

<style>
 span { border-color: #1150FE; }

 span { border-color: rgb(17,80,254); }

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