#0146F9

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

Shades of Navy Blue #0146F9

Tints of Navy Blue #0146F9

Color information

#0146F9 (or 0x0146F9) is unknown color: approx Navy Blue. HEX triplet: 01, 46 and F9. RGB value is (1,70,249). Sum of RGB (Red+Green+Blue) = 1+70+249=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 249 (97.66% from 255 or 77.81% from 320); Max value from RGB is 249 - color contains mainly: blue. Hex color #0146F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0146F9 is #FEB906. Grayscale: #444444. Windows color (decimal): -16693511 or 16336385. OLE color: 16336385.

HSL color Cylindrical-coordinate representation of color #0146F9: hue angle of 223.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0146F9 is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170249-
CMYK1.000.7200.02
HSL223.31º99.2%49.02%-
HSV(B)223.31º99.6%97.65%-
XYZ19.311.2390.77-
YUV69.78229.1478.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 249 (97.66% from 255) = 77.81%
R=0.31%
G=21.88%
B=77.81%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491.000.7200.02223.3199.249.02
Hex146F9644802df6331
Octal11063711441100233714361
Binary110001101111100111001001001000010110111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0146F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0146F9; }

 p { color: rgb(1,70,249); }

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

<style>
 a { background-color: #0146F9; }

 a { background-color: rgb(1,70,249); }

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

<style>
 span { border-color: #0146F9; }

 span { border-color: rgb(1,70,249); }

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