#0140FC

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

Shades of Navy Blue #0140FC

Tints of Navy Blue #0140FC

Color information

#0140FC (or 0x0140FC) is unknown color: approx Navy Blue. HEX triplet: 01, 40 and FC. RGB value is (1,64,252). Sum of RGB (Red+Green+Blue) = 1+64+252=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #0140FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0140FC is #FEBF03. Grayscale: #414141. Windows color (decimal): -16695044 or 16531457. OLE color: 16531457.

HSL color Cylindrical-coordinate representation of color #0140FC: hue angle of 224.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0140FC is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164252-
CMYK1.000.7500.01
HSL224.94º99.21%49.61%-
HSV(B)224.94º99.6%98.82%-
XYZ19.4210.793.14-
YUV66.6232.6381.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 252 (98.83% from 255) = 79.50%
R=0.32%
G=20.19%
B=79.50%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521.000.7500.01224.9499.2149.61
Hex140FC644B01e16332
Octal11003741441130134114362
Binary11000000111111001100100100101101111000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0140FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0140FC; }

 p { color: rgb(1,64,252); }

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

<style>
 a { background-color: #0140FC; }

 a { background-color: rgb(1,64,252); }

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

<style>
 span { border-color: #0140FC; }

 span { border-color: rgb(1,64,252); }

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