#0057FF

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

Shades of Navy Blue #0057FF

Tints of Navy Blue #0057FF

Color information

#0057FF (or 0x0057FF) is unknown color: approx Navy Blue. HEX triplet: 00, 57 and FF. RGB value is (0,87,255). Sum of RGB (Red+Green+Blue) = 0+87+255=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #0057FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0057FF is #FFA800. Grayscale: #4F4F4F. Windows color (decimal): -16754689 or 16733952. OLE color: 16733952.

HSL color Cylindrical-coordinate representation of color #0057FF: hue angle of 219.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 #0057FF is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB087255-
CMYK10.6600
HSL219.53º100%50%-
HSV(B)219.53º100%100%-
XYZ21.4614.0496.19-
YUV80.14226.6870.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 255 (100% from 255) = 74.56%
R=0%
G=25.44%
B=74.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal08725510.6600219.5310050
Hex057FF644200dc6432
Octal01273771441020033414462
Binary01010111111111111100100100001000110111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0057FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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