Html Css Color HEX #0860FA Navy Blue

📋 copy color: '#0860FA'

red 8 ◦ green 96 ◦ blue 250

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

Shades of Navy Blue #0860FA

Tints of Navy Blue #0860FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 250 (98.05% from 255) = 70.62%

R = 2.26%
G = 27.12%
B = 70.62%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0860FA (or 0x0860FA) is known color: Navy Blue. HEX triplet: 08, 60 and FA. RGB value is (8,96,250). Sum of RGB (Red+Green+Blue) = 8+96+250=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #0860FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0860FA is #F79F05. Grayscale: #565656. Windows color (decimal): -16228102 or 16408584. OLE color: 16408584.

HSL color Cylindrical-coordinate representation of color #0860FA: hue angle of 218.18º degrees, saturation: 0.96, 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 #0860FA is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 96 250 -
CMYK 0.97 0.62 0 0.02
HSL 218.18º 0.96% 0.51% -
HSV(B) 218.18º 0.97% 0.98% -
XYZ 21.54 15.32 92.26 -
YUV 87.24 219.85 71.48 -
System Red Green Blue C M Y K H S L
Decimal 8 96 250 0.97 0.62 0 0.02 218.18 0.96 0.51
Hex 8 60 FA 61 3E 0 2 DA 60 33
Octal 10 140 372 141 76 0 2 332 140 63
Binary 1000 1100000 11111010 1100001 111110 0 10 11011010 1100000 110011

Color Harmonies of #0860FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0860FA

Black with #0860FA

Text Example


Text Example

White with #0860FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0860FA; }

 p { color: rgb(8,96,250); }

 H1.HeaderClassName
 {
   color: #0860FA;
 }
 .AnyTagClassName
 {
   color: #0860FA;
 }
</style>

background-color css

<style>
 a { background-color: #0860FA; }

 a { background-color: rgb(8,96,250); }

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

border-color css

<style>
 span { border-color: #0860FA; }

 span { border-color: rgb(8,96,250); }

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