#0046FF

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

Shades of Navy Blue #0046FF

Tints of Navy Blue #0046FF

Color information

#0046FF (or 0x0046FF) is unknown color: approx Navy Blue. HEX triplet: 00, 46 and FF. RGB value is (0,70,255). Sum of RGB (Red+Green+Blue) = 0+70+255=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #0046FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0046FF is #FFB900. Grayscale: #454545. Windows color (decimal): -16759041 or 16729600. OLE color: 16729600.

HSL color Cylindrical-coordinate representation of color #0046FF: hue angle of 223.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046FF is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB070255-
CMYK10.7300
HSL223.53º100%50%-
HSV(B)223.53º100%100%-
XYZ20.2411.695.78-
YUV70.16232.3177.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 255 (100% from 255) = 78.46%
R=0%
G=21.54%
B=78.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal07025510.7300223.5310050
Hex046FF644900e06432
Octal01063771441110034014462
Binary01000110111111111100100100100100111000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0046FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0046FF; }

 p { color: rgb(0,70,255); }

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

<style>
 a { background-color: #0046FF; }

 a { background-color: rgb(0,70,255); }

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

<style>
 span { border-color: #0046FF; }

 span { border-color: rgb(0,70,255); }

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