#1049FE

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

Shades of Navy Blue #1049FE

Tints of Navy Blue #1049FE

Color information

#1049FE (or 0x1049FE) is unknown color: approx Navy Blue. HEX triplet: 10, 49 and FE. RGB value is (16,73,254). Sum of RGB (Red+Green+Blue) = 16+73+254=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #1049FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1049FE is #EFB601. Grayscale: #4B4B4B. Windows color (decimal): -15709698 or 16664848. OLE color: 16664848.

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

Color convert

RGB1673254-
CMYK0.940.7100.00
HSL225.63º99.17%52.94%-
HSV(B)225.63º93.7%99.61%-
XYZ20.4912.0395.01-
YUV76.59228.1284.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.66%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 254 (99.61% from 255) = 74.05%
R=4.66%
G=21.28%
B=74.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16732540.940.7100.00225.6399.1752.94
Hex1049FE5E4700e26335
Octal201113761361070034214365
Binary100001001001111111101011110100011100111000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1049FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,73,254); }

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

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

 a { background-color: rgb(16,73,254); }

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

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

 span { border-color: rgb(16,73,254); }

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