Html Css Color HEX #0865EF Navy Blue

📋 copy color: '#0865EF'

red 8 ◦ green 101 ◦ blue 239

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

Shades of Navy Blue #0865EF

Tints of Navy Blue #0865EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 2.3%
G = 29.02%
B = 68.68%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0865EF (or 0x0865EF) is known color: Navy Blue. HEX triplet: 08, 65 and EF. RGB value is (8,101,239). Sum of RGB (Red+Green+Blue) = 8+101+239=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #0865EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0865EF is #F79A10. Grayscale: #585858. Windows color (decimal): -16226833 or 15688968. OLE color: 15688968.

HSL color Cylindrical-coordinate representation of color #0865EF: hue angle of 215.84º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0865EF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 101 239 -
CMYK 0.97 0.58 0 0.06
HSL 215.84º 0.94% 0.48% -
HSV(B) 215.84º 0.97% 0.94% -
XYZ 20.33 15.59 83.6 -
YUV 88.93 212.69 70.28 -
System Red Green Blue C M Y K H S L
Decimal 8 101 239 0.97 0.58 0 0.06 215.84 0.94 0.48
Hex 8 65 EF 61 3A 0 6 D8 5E 30
Octal 10 145 357 141 72 0 6 330 136 60
Binary 1000 1100101 11101111 1100001 111010 0 110 11011000 1011110 110000

Color Harmonies of #0865EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0865EF

Black with #0865EF

Text Example


Text Example

White with #0865EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0865EF; }

 p { color: rgb(8,101,239); }

 H1.HeaderClassName
 {
   color: #0865EF;
 }
 .AnyTagClassName
 {
   color: #0865EF;
 }
</style>

background-color css

<style>
 a { background-color: #0865EF; }

 a { background-color: rgb(8,101,239); }

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

border-color css

<style>
 span { border-color: #0865EF; }

 span { border-color: rgb(8,101,239); }

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