Html Css Color HEX #0859DB Navy Blue

📋 copy color: '#0859DB'

red 8 ◦ green 89 ◦ blue 219

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

Shades of Navy Blue #0859DB

Tints of Navy Blue #0859DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 2.53%
G = 28.16%
B = 69.3%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0859DB (or 0x0859DB) is known color: Navy Blue. HEX triplet: 08, 59 and DB. RGB value is (8,89,219). Sum of RGB (Red+Green+Blue) = 8+89+219=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #0859DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859DB is #F7A624. Grayscale: #4F4F4F. Windows color (decimal): -16229925 or 14375176. OLE color: 14375176.

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

Color convert

RGB 8 89 219 -
CMYK 0.96 0.59 0 0.14
HSL 216.97º 0.93% 0.45% -
HSV(B) 216.97º 0.96% 0.86% -
XYZ 16.46 12.31 68.53 -
YUV 79.6 206.66 76.93 -
System Red Green Blue C M Y K H S L
Decimal 8 89 219 0.96 0.59 0 0.14 216.97 0.93 0.45
Hex 8 59 DB 60 3B 0 E D9 5D 2D
Octal 10 131 333 140 73 0 16 331 135 55
Binary 1000 1011001 11011011 1100000 111011 0 1110 11011001 1011101 101101

Color Harmonies of #0859DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859DB

Black with #0859DB

Text Example


Text Example

White with #0859DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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