Html Css Color HEX #0859DF Navy Blue

📋 copy color: '#0859DF'

red 8 ◦ green 89 ◦ blue 223

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

Shades of Navy Blue #0859DF

Tints of Navy Blue #0859DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 2.5%
G = 27.81%
B = 69.69%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0859DF (or 0x0859DF) is known color: Navy Blue. HEX triplet: 08, 59 and DF. RGB value is (8,89,223). Sum of RGB (Red+Green+Blue) = 8+89+223=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #0859DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859DF is #F7A620. Grayscale: #4F4F4F. Windows color (decimal): -16229921 or 14637320. OLE color: 14637320.

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

Color convert

RGB 8 89 223 -
CMYK 0.96 0.60 0 0.13
HSL 217.4º 0.93% 0.45% -
HSV(B) 217.4º 0.96% 0.87% -
XYZ 16.99 12.52 71.33 -
YUV 80.06 208.66 76.6 -
System Red Green Blue C M Y K H S L
Decimal 8 89 223 0.96 0.60 0 0.13 217.4 0.93 0.45
Hex 8 59 DF 60 3C 0 D D9 5D 2D
Octal 10 131 337 140 74 0 15 331 135 55
Binary 1000 1011001 11011111 1100000 111100 0 1101 11011001 1011101 101101

Color Harmonies of #0859DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859DF

Black with #0859DF

Text Example


Text Example

White with #0859DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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