Html Css Color HEX #0856DB Navy Blue

📋 copy color: '#0856DB'

red 8 ◦ green 86 ◦ blue 219

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

Shades of Navy Blue #0856DB

Tints of Navy Blue #0856DB

RGB

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

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

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

R = 2.56%
G = 27.48%
B = 69.97%

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

#0856DB (or 0x0856DB) is known color: Navy Blue. HEX triplet: 08, 56 and DB. RGB value is (8,86,219). Sum of RGB (Red+Green+Blue) = 8+86+219=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #0856DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0856DB is #F7A924. Grayscale: #4D4D4D. Windows color (decimal): -16230693 or 14374408. OLE color: 14374408.

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

Color convert

RGB 8 86 219 -
CMYK 0.96 0.61 0 0.14
HSL 217.82º 0.93% 0.45% -
HSV(B) 217.82º 0.96% 0.86% -
XYZ 16.21 11.82 68.45 -
YUV 77.84 207.66 78.19 -
System Red Green Blue C M Y K H S L
Decimal 8 86 219 0.96 0.61 0 0.14 217.82 0.93 0.45
Hex 8 56 DB 60 3D 0 E DA 5D 2D
Octal 10 126 333 140 75 0 16 332 135 55
Binary 1000 1010110 11011011 1100000 111101 0 1110 11011010 1011101 101101

Color Harmonies of #0856DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0856DB

Black with #0856DB

Text Example


Text Example

White with #0856DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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