Html Css Color HEX #0859EC Navy Blue

📋 copy color: '#0859EC'

red 8 ◦ green 89 ◦ blue 236

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

Shades of Navy Blue #0859EC

Tints of Navy Blue #0859EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

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

R = 2.4%
G = 26.73%
B = 70.87%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0859EC (or 0x0859EC) is known color: Navy Blue. HEX triplet: 08, 59 and EC. RGB value is (8,89,236). Sum of RGB (Red+Green+Blue) = 8+89+236=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #0859EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0859EC is #F7A613. Grayscale: #505050. Windows color (decimal): -16229908 or 15489288. OLE color: 15489288.

HSL color Cylindrical-coordinate representation of color #0859EC: hue angle of 218.68º 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 #0859EC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 89 236 -
CMYK 0.97 0.62 0 0.07
HSL 218.68º 0.93% 0.48% -
HSV(B) 218.68º 0.97% 0.93% -
XYZ 18.81 13.25 80.92 -
YUV 81.54 215.16 75.55 -
System Red Green Blue C M Y K H S L
Decimal 8 89 236 0.97 0.62 0 0.07 218.68 0.93 0.48
Hex 8 59 EC 61 3E 0 7 DB 5D 30
Octal 10 131 354 141 76 0 7 333 135 60
Binary 1000 1011001 11101100 1100001 111110 0 111 11011011 1011101 110000

Color Harmonies of #0859EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859EC

Black with #0859EC

Text Example


Text Example

White with #0859EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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