Html Css Color HEX #0857EC Navy Blue

📋 copy color: '#0857EC'

red 8 ◦ green 87 ◦ blue 236

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

Shades of Navy Blue #0857EC

Tints of Navy Blue #0857EC

RGB

 RED value IS 8 (3.52% from 255) = 2.42%

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

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

R = 2.42%
G = 26.28%
B = 71.3%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0857EC (or 0x0857EC) is known color: Navy Blue. HEX triplet: 08, 57 and EC. RGB value is (8,87,236). Sum of RGB (Red+Green+Blue) = 8+87+236=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #0857EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0857EC is #F7A813. Grayscale: #4F4F4F. Windows color (decimal): -16230420 or 15488776. OLE color: 15488776.

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

Color convert

RGB 8 87 236 -
CMYK 0.97 0.63 0 0.07
HSL 219.21º 0.93% 0.48% -
HSV(B) 219.21º 0.97% 0.93% -
XYZ 18.65 12.92 80.87 -
YUV 80.37 215.83 76.38 -
System Red Green Blue C M Y K H S L
Decimal 8 87 236 0.97 0.63 0 0.07 219.21 0.93 0.48
Hex 8 57 EC 61 3F 0 7 DB 5D 30
Octal 10 127 354 141 77 0 7 333 135 60
Binary 1000 1010111 11101100 1100001 111111 0 111 11011011 1011101 110000

Color Harmonies of #0857EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0857EC

Black with #0857EC

Text Example


Text Example

White with #0857EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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