#0856f9

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

Shades of Navy Blue #0856F9

Tints of Navy Blue #0856F9

Color information

#0856F9 (or 0x0856F9) is unknown color: approx Navy Blue. HEX triplet: 08, 56 and F9. RGB value is (8,86,249). Sum of RGB (Red+Green+Blue) = 8+86+249=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #0856F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0856F9 is #F7A906. Grayscale: #505050. Windows color (decimal): -16230663 or 16340488. OLE color: 16340488.

HSL color Cylindrical-coordinate representation of color #0856F9: hue angle of 220.58º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0856F9 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB886249-
CMYK0.970.6500.02
HSL220.58º95.26%50.39%-
HSV(B)220.58º96.79%97.65%-
XYZ20.5313.5591.16-
YUV81.26222.6675.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.33%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 249 (97.66% from 255) = 72.59%
R=2.33%
G=25.07%
B=72.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8862490.970.6500.02220.5895.2650.39
Hex856F9614102dd5f32
Octal101263711411010233513762
Binary100010101101111100111000011000001010110111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0856f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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