Html Css Color HEX #0257E6 Navy Blue

📋 copy color: '#0257E6'

red 2 ◦ green 87 ◦ blue 230

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

Shades of Navy Blue #0257E6

Tints of Navy Blue #0257E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 72.1%

R = 0.63%
G = 27.27%
B = 72.1%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0257E6 (or 0x0257E6) is known color: Navy Blue. HEX triplet: 02, 57 and E6. RGB value is (2,87,230). Sum of RGB (Red+Green+Blue) = 2+87+230=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 230 (90.23% from 255 or 72.10% from 319); Max value from RGB is 230 - color contains mainly: blue. Hex color #0257E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0257E6 is #FDA819. Grayscale: #4D4D4D. Windows color (decimal): -16623642 or 15095554. OLE color: 15095554.

HSL color Cylindrical-coordinate representation of color #0257E6: hue angle of 217.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257E6 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 87 230 -
CMYK 0.99 0.62 0 0.10
HSL 217.63º 0.98% 0.45% -
HSV(B) 217.63º 0.99% 0.9% -
XYZ 17.72 12.54 76.35 -
YUV 77.89 213.84 73.87 -
System Red Green Blue C M Y K H S L
Decimal 2 87 230 0.99 0.62 0 0.10 217.63 0.98 0.45
Hex 2 57 E6 63 3E 0 A DA 62 2D
Octal 2 127 346 143 76 0 12 332 142 55
Binary 10 1010111 11100110 1100011 111110 0 1010 11011010 1100010 101101

Color Harmonies of #0257E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0257E6

Black with #0257E6

Text Example


Text Example

White with #0257E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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