Html Css Color HEX #0057EC Navy Blue

📋 copy color: '#0057EC'

red 0 ◦ green 87 ◦ blue 236

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

Shades of Navy Blue #0057EC

Tints of Navy Blue #0057EC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 236 (92.58% from 255) = 73.07%

R = 0%
G = 26.93%
B = 73.07%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0057EC (or 0x0057EC) is known color: Navy Blue. HEX triplet: 00, 57 and EC. RGB value is (0,87,236). Sum of RGB (Red+Green+Blue) = 0+87+236=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #0057EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0057EC is #FFA813. Grayscale: #4D4D4D. Windows color (decimal): -16754708 or 15488768. OLE color: 15488768.

HSL color Cylindrical-coordinate representation of color #0057EC: hue angle of 217.88º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057EC is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 87 236 -
CMYK 1 0.63 0 0.07
HSL 217.88º 1% 0.46% -
HSV(B) 217.88º 1% 0.93% -
XYZ 18.55 12.87 80.86 -
YUV 77.97 217.18 72.38 -
System Red Green Blue C M Y K H S L
Decimal 0 87 236 1 0.63 0 0.07 217.88 1 0.46
Hex 0 57 EC 64 3F 0 7 DA 64 2E
Octal 0 127 354 144 77 0 7 332 144 56
Binary 0 1010111 11101100 1100100 111111 0 111 11011010 1100100 101110

Color Harmonies of #0057EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057EC

Black with #0057EC

Text Example


Text Example

White with #0057EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0057EC;
 }
 .AnyTagClassName
 {
   color: #0057EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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