#0057BF

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

Shades of Navy Blue #0057BF

Tints of Navy Blue #0057BF

Color information

#0057BF (or 0x0057BF) is unknown color: approx Navy Blue. HEX triplet: 00, 57 and BF. RGB value is (0,87,191). Sum of RGB (Red+Green+Blue) = 0+87+191=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #0057BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057BF is #FFA840. Grayscale: #484848. Windows color (decimal): -16754753 or 12539648. OLE color: 12539648.

HSL color Cylindrical-coordinate representation of color #0057BF: hue angle of 212.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057BF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB087191-
CMYK10.5400.25
HSL212.67º100%37.45%-
HSV(B)212.67º100%74.9%-
XYZ12.8110.5850.66-
YUV72.84194.6876.04-

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) = 31.29%
BLUE value IS 191 (75% from 255) = 68.71%
R=0%
G=31.29%
B=68.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal08719110.5400.25212.6710037.45
Hex057BF6436019d56425
Octal01272771446603132514445
Binary01010111101111111100100110110011001110101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0057BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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