Html Css Color HEX #0861F2 Navy Blue

📋 copy color: '#0861F2'

red 8 ◦ green 97 ◦ blue 242

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

Shades of Navy Blue #0861F2

Tints of Navy Blue #0861F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 242 (94.92% from 255) = 69.74%

R = 2.31%
G = 27.95%
B = 69.74%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0861F2 (or 0x0861F2) is known color: Navy Blue. HEX triplet: 08, 61 and F2. RGB value is (8,97,242). Sum of RGB (Red+Green+Blue) = 8+97+242=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #0861F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0861F2 is #F79E0D. Grayscale: #565656. Windows color (decimal): -16227854 or 15884552. OLE color: 15884552.

HSL color Cylindrical-coordinate representation of color #0861F2: hue angle of 217.18º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0861F2 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 97 242 -
CMYK 0.97 0.60 0 0.05
HSL 217.18º 0.94% 0.49% -
HSV(B) 217.18º 0.97% 0.95% -
XYZ 20.4 15.01 85.83 -
YUV 86.92 215.51 71.71 -
System Red Green Blue C M Y K H S L
Decimal 8 97 242 0.97 0.60 0 0.05 217.18 0.94 0.49
Hex 8 61 F2 61 3C 0 5 D9 5E 31
Octal 10 141 362 141 74 0 5 331 136 61
Binary 1000 1100001 11110010 1100001 111100 0 101 11011001 1011110 110001

Color Harmonies of #0861F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0861F2

Black with #0861F2

Text Example


Text Example

White with #0861F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0861F2; }

 p { color: rgb(8,97,242); }

 H1.HeaderClassName
 {
   color: #0861F2;
 }
 .AnyTagClassName
 {
   color: #0861F2;
 }
</style>

background-color css

<style>
 a { background-color: #0861F2; }

 a { background-color: rgb(8,97,242); }

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

border-color css

<style>
 span { border-color: #0861F2; }

 span { border-color: rgb(8,97,242); }

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