Html Css Color HEX #0257FF Navy Blue

📋 copy color: '#0257FF'

red 2 ◦ green 87 ◦ blue 255

#0257FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0257FF

Tints of Navy Blue #0257FF

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 255 (100% from 255) = 74.13%

R = 0.58%
G = 25.29%
B = 74.13%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0257FF (or 0x0257FF) is known color: Navy Blue. HEX triplet: 02, 57 and FF. RGB value is (2,87,255). Sum of RGB (Red+Green+Blue) = 2+87+255=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #0257FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0257FF is #FDA800. Grayscale: #4F4F4F. Windows color (decimal): -16623617 or 16733954. OLE color: 16733954.

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

Color convert

RGB 2 87 255 -
CMYK 0.99 0.66 0 0
HSL 219.84º 1% 0.5% -
HSV(B) 219.84º 0.99% 1% -
XYZ 21.48 14.05 96.19 -
YUV 80.74 226.34 71.84 -
System Red Green Blue C M Y K H S L
Decimal 2 87 255 0.99 0.66 0 0 219.84 1 0.5
Hex 2 57 FF 63 42 0 0 DC 64 32
Octal 2 127 377 143 102 0 0 334 144 62
Binary 10 1010111 11111111 1100011 1000010 0 0 11011100 1100100 110010

Color Harmonies of #0257FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0257FF

Black with #0257FF

Text Example


Text Example

White with #0257FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0257FF;
 }
 .AnyTagClassName
 {
   color: #0257FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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