Html Css Color HEX #0859EE Navy Blue

📋 copy color: '#0859EE'

red 8 ◦ green 89 ◦ blue 238

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

Shades of Navy Blue #0859EE

Tints of Navy Blue #0859EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 2.39%
G = 26.57%
B = 71.04%

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

#0859EE (or 0x0859EE) is known color: Navy Blue. HEX triplet: 08, 59 and EE. RGB value is (8,89,238). Sum of RGB (Red+Green+Blue) = 8+89+238=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #0859EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0859EE is #F7A611. Grayscale: #515151. Windows color (decimal): -16229906 or 15620360. OLE color: 15620360.

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

Color convert

RGB 8 89 238 -
CMYK 0.97 0.63 0 0.07
HSL 218.87º 0.93% 0.48% -
HSV(B) 218.87º 0.97% 0.93% -
XYZ 19.11 13.37 82.46 -
YUV 81.77 216.16 75.38 -
System Red Green Blue C M Y K H S L
Decimal 8 89 238 0.97 0.63 0 0.07 218.87 0.93 0.48
Hex 8 59 EE 61 3F 0 7 DB 5D 30
Octal 10 131 356 141 77 0 7 333 135 60
Binary 1000 1011001 11101110 1100001 111111 0 111 11011011 1011101 110000

Color Harmonies of #0859EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859EE

Black with #0859EE

Text Example


Text Example

White with #0859EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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