#0257EF

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

Shades of Navy Blue #0257EF

Tints of Navy Blue #0257EF

Color information

#0257EF (or 0x0257EF) is unknown color: approx Navy Blue. HEX triplet: 02, 57 and EF. RGB value is (2,87,239). Sum of RGB (Red+Green+Blue) = 2+87+239=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #0257EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0257EF is #FDA810. Grayscale: #4E4E4E. Windows color (decimal): -16623633 or 15685378. OLE color: 15685378.

HSL color Cylindrical-coordinate representation of color #0257EF: hue angle of 218.48º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257EF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB287239-
CMYK0.990.6400.06
HSL218.48º98.34%47.25%-
HSV(B)218.48º99.16%93.73%-
XYZ19.0113.0683.18-
YUV78.91218.3473.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 239 (93.75% from 255) = 72.87%
R=0.61%
G=26.52%
B=72.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2872390.990.6400.06218.4898.3447.25
Hex257EF634006da622f
Octal21273571431000633214257
Binary10101011111101111110001110000000110110110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0257EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0257EF; }

 p { color: rgb(2,87,239); }

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

<style>
 a { background-color: #0257EF; }

 a { background-color: rgb(2,87,239); }

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

<style>
 span { border-color: #0257EF; }

 span { border-color: rgb(2,87,239); }

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