Html Css Color HEX #0856DC Navy Blue

📋 copy color: '#0856DC'

red 8 ◦ green 86 ◦ blue 220

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

Shades of Navy Blue #0856DC

Tints of Navy Blue #0856DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 220 (86.33% from 255) = 70.06%

R = 2.55%
G = 27.39%
B = 70.06%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0856DC (or 0x0856DC) is known color: Navy Blue. HEX triplet: 08, 56 and DC. RGB value is (8,86,220). Sum of RGB (Red+Green+Blue) = 8+86+220=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #0856DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0856DC is #F7A923. Grayscale: #4D4D4D. Windows color (decimal): -16230692 or 14439944. OLE color: 14439944.

HSL color Cylindrical-coordinate representation of color #0856DC: hue angle of 217.92º 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 #0856DC is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 86 220 -
CMYK 0.96 0.61 0 0.14
HSL 217.92º 0.93% 0.45% -
HSV(B) 217.92º 0.96% 0.86% -
XYZ 16.35 11.87 69.14 -
YUV 77.95 208.16 78.1 -
System Red Green Blue C M Y K H S L
Decimal 8 86 220 0.96 0.61 0 0.14 217.92 0.93 0.45
Hex 8 56 DC 60 3D 0 E DA 5D 2D
Octal 10 126 334 140 75 0 16 332 135 55
Binary 1000 1010110 11011100 1100000 111101 0 1110 11011010 1011101 101101

Color Harmonies of #0856DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0856DC

Black with #0856DC

Text Example


Text Example

White with #0856DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0856DC; }

 p { color: rgb(8,86,220); }

 H1.HeaderClassName
 {
   color: #0856DC;
 }
 .AnyTagClassName
 {
   color: #0856DC;
 }
</style>

background-color css

<style>
 a { background-color: #0856DC; }

 a { background-color: rgb(8,86,220); }

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

border-color css

<style>
 span { border-color: #0856DC; }

 span { border-color: rgb(8,86,220); }

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