#0157FD

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

Shades of Navy Blue #0157FD

Tints of Navy Blue #0157FD

Color information

#0157FD (or 0x0157FD) is unknown color: approx Navy Blue. HEX triplet: 01, 57 and FD. RGB value is (1,87,253). Sum of RGB (Red+Green+Blue) = 1+87+253=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #0157FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0157FD is #FEA802. Grayscale: #4F4F4F. Windows color (decimal): -16689155 or 16602881. OLE color: 16602881.

HSL color Cylindrical-coordinate representation of color #0157FD: hue angle of 219.52º 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 #0157FD is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187253-
CMYK1.000.6600.01
HSL219.52º99.21%49.8%-
HSV(B)219.52º99.6%99.22%-
XYZ21.1513.9194.5-
YUV80.21225.5171.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 253 (99.22% from 255) = 74.19%
R=0.29%
G=25.51%
B=74.19%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531.000.6600.01219.5299.2149.8
Hex157FD644201dc6332
Octal11273751441020133414362
Binary11010111111111011100100100001001110111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0157FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0157FD; }

 p { color: rgb(1,87,253); }

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

<style>
 a { background-color: #0157FD; }

 a { background-color: rgb(1,87,253); }

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

<style>
 span { border-color: #0157FD; }

 span { border-color: rgb(1,87,253); }

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