Html Css Color HEX #0859DD Navy Blue

📋 copy color: '#0859DD'

red 8 ◦ green 89 ◦ blue 221

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

Shades of Navy Blue #0859DD

Tints of Navy Blue #0859DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 2.52%
G = 27.99%
B = 69.5%

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

#0859DD (or 0x0859DD) is known color: Navy Blue. HEX triplet: 08, 59 and DD. RGB value is (8,89,221). Sum of RGB (Red+Green+Blue) = 8+89+221=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #0859DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859DD is #F7A622. Grayscale: #4F4F4F. Windows color (decimal): -16229923 or 14506248. OLE color: 14506248.

HSL color Cylindrical-coordinate representation of color #0859DD: hue angle of 217.18º 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 #0859DD is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 89 221 -
CMYK 0.96 0.60 0 0.13
HSL 217.18º 0.93% 0.45% -
HSV(B) 217.18º 0.96% 0.87% -
XYZ 16.72 12.42 69.92 -
YUV 79.83 207.66 76.77 -
System Red Green Blue C M Y K H S L
Decimal 8 89 221 0.96 0.60 0 0.13 217.18 0.93 0.45
Hex 8 59 DD 60 3C 0 D D9 5D 2D
Octal 10 131 335 140 74 0 15 331 135 55
Binary 1000 1011001 11011101 1100000 111100 0 1101 11011001 1011101 101101

Color Harmonies of #0859DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859DD

Black with #0859DD

Text Example


Text Example

White with #0859DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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