Html Css Color HEX #0859E0 Navy Blue

📋 copy color: '#0859E0'

red 8 ◦ green 89 ◦ blue 224

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

Shades of Navy Blue #0859E0

Tints of Navy Blue #0859E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 2.49%
G = 27.73%
B = 69.78%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0859E0 (or 0x0859E0) is known color: Navy Blue. HEX triplet: 08, 59 and E0. RGB value is (8,89,224). Sum of RGB (Red+Green+Blue) = 8+89+224=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #0859E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859E0 is #F7A61F. Grayscale: #4F4F4F. Windows color (decimal): -16229920 or 14702856. OLE color: 14702856.

HSL color Cylindrical-coordinate representation of color #0859E0: hue angle of 217.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0859E0 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 89 224 -
CMYK 0.96 0.60 0 0.12
HSL 217.5º 0.93% 0.45% -
HSV(B) 217.5º 0.96% 0.88% -
XYZ 17.13 12.58 72.05 -
YUV 80.17 209.16 76.52 -
System Red Green Blue C M Y K H S L
Decimal 8 89 224 0.96 0.60 0 0.12 217.5 0.93 0.45
Hex 8 59 E0 60 3C 0 C DA 5D 2D
Octal 10 131 340 140 74 0 14 332 135 55
Binary 1000 1011001 11100000 1100000 111100 0 1100 11011010 1011101 101101

Color Harmonies of #0859E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859E0

Black with #0859E0

Text Example


Text Example

White with #0859E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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