Html Css Color HEX #0863FB Navy Blue

📋 copy color: '#0863FB'

red 8 ◦ green 99 ◦ blue 251

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

Shades of Navy Blue #0863FB

Tints of Navy Blue #0863FB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 2.23%
G = 27.65%
B = 70.11%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0863FB (or 0x0863FB) is known color: Navy Blue. HEX triplet: 08, 63 and FB. RGB value is (8,99,251). Sum of RGB (Red+Green+Blue) = 8+99+251=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #0863FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0863FB is #F79C04. Grayscale: #585858. Windows color (decimal): -16227333 or 16474888. OLE color: 16474888.

HSL color Cylindrical-coordinate representation of color #0863FB: hue angle of 217.53º 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 #0863FB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 99 251 -
CMYK 0.97 0.61 0 0.02
HSL 217.53º 0.97% 0.51% -
HSV(B) 217.53º 0.97% 0.98% -
XYZ 21.97 15.94 93.19 -
YUV 89.12 219.35 70.14 -
System Red Green Blue C M Y K H S L
Decimal 8 99 251 0.97 0.61 0 0.02 217.53 0.97 0.51
Hex 8 63 FB 61 3D 0 2 DA 61 33
Octal 10 143 373 141 75 0 2 332 141 63
Binary 1000 1100011 11111011 1100001 111101 0 10 11011010 1100001 110011

Color Harmonies of #0863FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863FB

Black with #0863FB

Text Example


Text Example

White with #0863FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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