Html Css Color HEX #0862F6 Navy Blue

📋 copy color: '#0862F6'

red 8 ◦ green 98 ◦ blue 246

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

Shades of Navy Blue #0862F6

Tints of Navy Blue #0862F6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

 BLUE value IS 246 (96.48% from 255) = 69.89%

R = 2.27%
G = 27.84%
B = 69.89%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0862F6 (or 0x0862F6) is known color: Navy Blue. HEX triplet: 08, 62 and F6. RGB value is (8,98,246). Sum of RGB (Red+Green+Blue) = 8+98+246=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #0862F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0862F6 is #F79D09. Grayscale: #575757. Windows color (decimal): -16227594 or 16146952. OLE color: 16146952.

HSL color Cylindrical-coordinate representation of color #0862F6: hue angle of 217.31º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0862F6 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 98 246 -
CMYK 0.97 0.60 0 0.04
HSL 217.31º 0.94% 0.5% -
HSV(B) 217.31º 0.97% 0.96% -
XYZ 21.1 15.44 89.06 -
YUV 87.96 217.18 70.97 -
System Red Green Blue C M Y K H S L
Decimal 8 98 246 0.97 0.60 0 0.04 217.31 0.94 0.5
Hex 8 62 F6 61 3C 0 4 D9 5E 32
Octal 10 142 366 141 74 0 4 331 136 62
Binary 1000 1100010 11110110 1100001 111100 0 100 11011001 1011110 110010

Color Harmonies of #0862F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0862F6

Black with #0862F6

Text Example


Text Example

White with #0862F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0862F6; }

 p { color: rgb(8,98,246); }

 H1.HeaderClassName
 {
   color: #0862F6;
 }
 .AnyTagClassName
 {
   color: #0862F6;
 }
</style>

background-color css

<style>
 a { background-color: #0862F6; }

 a { background-color: rgb(8,98,246); }

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

border-color css

<style>
 span { border-color: #0862F6; }

 span { border-color: rgb(8,98,246); }

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