Html Css Color HEX #0856FB Navy Blue

📋 copy color: '#0856FB'

red 8 ◦ green 86 ◦ blue 251

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

Shades of Navy Blue #0856FB

Tints of Navy Blue #0856FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.75%

R = 2.32%
G = 24.93%
B = 72.75%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0856FB (or 0x0856FB) is known color: Navy Blue. HEX triplet: 08, 56 and FB. RGB value is (8,86,251). Sum of RGB (Red+Green+Blue) = 8+86+251=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #0856FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0856FB is #F7A904. Grayscale: #505050. Windows color (decimal): -16230661 or 16471560. OLE color: 16471560.

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

Color convert

RGB 8 86 251 -
CMYK 0.97 0.66 0 0.02
HSL 220.74º 0.97% 0.51% -
HSV(B) 220.74º 0.97% 0.98% -
XYZ 20.84 13.67 92.81 -
YUV 81.49 223.66 75.58 -
System Red Green Blue C M Y K H S L
Decimal 8 86 251 0.97 0.66 0 0.02 220.74 0.97 0.51
Hex 8 56 FB 61 42 0 2 DD 61 33
Octal 10 126 373 141 102 0 2 335 141 63
Binary 1000 1010110 11111011 1100001 1000010 0 10 11011101 1100001 110011

Color Harmonies of #0856FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0856FB

Black with #0856FB

Text Example


Text Example

White with #0856FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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