#0856D7

Color #0856D7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0856D7

Tints of Navy Blue #0856D7

Color information

#0856D7 (or 0x0856D7) is unknown color: approx Navy Blue. HEX triplet: 08, 56 and D7. RGB value is (8,86,215). Sum of RGB (Red+Green+Blue) = 8+86+215=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #0856D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0856D7 is #F7A928. Grayscale: #4C4C4C. Windows color (decimal): -16230697 or 14112264. OLE color: 14112264.

HSL color Cylindrical-coordinate representation of color #0856D7: hue angle of 217.39º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0856D7 is Cyan = 0.96, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB886215-
CMYK0.960.600.16
HSL217.39º92.83%43.73%-
HSV(B)217.39º96.28%84.31%-
XYZ15.6911.6165.7-
YUV77.38205.6678.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.59%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 215 (84.38% from 255) = 69.58%
R=2.59%
G=27.83%
B=69.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8862150.960.600.16217.3992.8343.73
Hex856D7603C010d95d2c
Octal101263271407402033113554
Binary10001010110110101111100000111100010000110110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0856D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0856D7;
 }
 .AnyTagClassName
 {
   color: #0856D7;
 }
</style>
background-color css

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

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

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

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

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

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